<div dir="ltr"><div>Hello,<br><br></div><div>I've asked previously about this with regards to pp.x, but the problem appears to be in pw.x.</div><div><br></div><div>According to the documentation collected waveform files should be created in the 'prefix'.save directory (<a href="https://www.quantum-espresso.org/Doc/INPUT_PW.html#idm68" target="_blank">https://www.quantum-espresso.org/Doc/INPUT_PW.html#idm68</a> ).  If I run the example from 2019 summer school for benzene, this happens.  When I run my pw input this does not happen.  Instead I get files 'prefix'.wfc1, 'prefix'.wfc2, <i>etc</i>, in the run directory<i> </i>that contains 'prefix'.save.  Other possibly significant deviations in file output and location occur that I can't explain, for example, the pseudo-potential files are not copied to 'prefix'.save when using my input.<br><br></div><div>So my question is two-fold.  Why is this happening? What is the <i>exact</i> naming structure for files that pp.x will read?</div><div><br></div><div>Find below the two input files in question.<br></div><div><br></div><div>-----input for benzene example-----</div><div> &CONTROL<br>                 calculation = 'scf' ,<br>                  pseudo_dir = '/project/atanguay_434/friesz/mpdg/qe/pseudo-potentials/' ,<br>                      prefix = 'benzene' ,<br> /<br> &SYSTEM<br>                       ibrav = 6,<br>                           A = 11.0 ,<br>                           C = 7.0 ,<br>                         nat = 12,<br>                        ntyp = 2,<br>                     ecutwfc = 20.0 ,<br>                     ecutrho = 200.0 ,<br>                        nbnd = 16,<br>             assume_isolated = 'martyna-tuckerman' ,<br> /<br> &ELECTRONS<br> /<br>ATOMIC_SPECIES<br>    C    1.00000  C.pbe-rrkjus.UPF <br>    H    1.00000  H.pbe-rrkjus.UPF <br>ATOMIC_POSITIONS angstrom <br>    H      5.500000000    7.985639530    3.500000000    <br>    C      5.500000000    6.895209220    3.500000000    <br>    C      6.708938600    6.198125240    3.500000000    <br>    H      7.652991800    6.743094540    3.500000000    <br>    C      6.708938600    4.801874700    3.500000000    <br>    H      7.652991800    4.256905610    3.500000000    <br>    C      5.500000000    4.104790620    3.500000000    <br>    H      5.500000000    3.014360430    3.500000000    <br>    C      4.291061200    4.801874680    3.500000000    <br>    H      3.347008100    4.256905560    3.500000000    <br>    C      4.291061300    6.198125280    3.500000000    <br>    H      3.347008200    6.743094580    3.500000000    <br>K_POINTS gamma <br></div><div><br></div><div>---------my input--------</div><div> &CONTROL<br>                 calculation = 'scf' ,<br>                  wf_collect = .true. ,<br>                  pseudo_dir = '/project/atanguay_434/friesz/mpdg/qe/pseudo-potentials/' ,<br>                      prefix = 'GaAs' ,<br>                   verbosity = 'default' ,<br> /<br> &SYSTEM<br>                       ibrav = 6,<br>                           A = 20 ,<br>                           C = 20 ,<br>                         nat = 18,<br>                        ntyp = 2,<br>                     ecutwfc = 40 ,<br>                     ecutrho = 200 ,<br>             assume_isolated = 'martyna-tuckerman' ,<br> /<br> &ELECTRONS<br> /<br>ATOMIC_SPECIES<br>   Ga   69.72300  Ga.pbe-dn-kjpaw_psl.1.0.0.UPF <br>   As   74.92160  As.pbe-n-kjpaw_psl.1.0.0.UPF <br>ATOMIC_POSITIONS angstrom <br>   Ga     10.000000000   10.000000000   10.000000000    <br>   Ga     10.000000000   10.000000000   15.653250000    <br>   Ga     10.000000000   15.653250000   10.000000000    <br>   Ga     10.000000000   15.653250000   15.653250000    <br>   Ga     15.653250000   10.000000000   10.000000000    <br>   Ga     15.653250000   10.000000000   15.653250000    <br>   Ga     15.653250000   15.653250000   10.000000000    <br>   Ga     15.653250000   15.653250000   15.653250000    <br>   Ga     12.826625000   12.826625000   10.000000000    <br>   Ga     12.826625000   10.000000000   12.826625000    <br>   Ga     10.000000000   12.826625000   12.826625000    <br>   Ga     15.653250000   12.826625000   12.826625000    <br>   Ga     12.826625000   15.653250000   12.826625000    <br>   Ga     12.826625000   12.826625000   15.653250000    <br>   As     11.413312500   11.413312500   11.413312500    <br>   As     14.239937500   14.239937500   11.413312500    <br>   As     14.239937500   11.413312500   14.239937500    <br>   As     11.413312500   14.239937500   14.239937500    <br>K_POINTS gamma </div><div><br></div><div>Any help or suggestions are appreciated.<br></div></div>