[QE-users] question about upf2plotcore.sh

Ishiyama,Takahisa_石山 貴久 takahisa.ishiyama at jp.yazaki.com
Wed Oct 11 06:15:19 CEST 2023


Dear users,

I calculate XSpectra. And I wonder which script is used to obtain initial wavefunction by upf2plotcore.sh.
Outpit is different using it in qe-6.7 and qe-7.1, especially the numerical value and number of data obtained.
I found the difference between the versions below.

In qe-6.7
/<PP_R /,/<\/PP_R>/ { #E3
   if ( $1 != "<PP_R" && $1 != "</PP_R>" ) { #E4

in qe-7.1
/<PP_R>/,/<\/PP_R>/ { #E3
   if ( $1 != "<PP_R>" && $1 != "</PP_R>" ) { #E4

I don’t know well shell script, and if the difference is critical.
Which version should be used ? latest one?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20231011/994a1911/attachment.html>


More information about the users mailing list