times-software / OCEAN

BSE code for core spectroscopy
Other
16 stars 13 forks source link

paw.txt not copied for lda+u calculations. This is an issue with pre-3 versions, but I believe it is also an issue with version 3+ #292

Closed jjkas closed 1 year ago

jjkas commented 2 years ago

paw.txt needs to be copied from DFT/Out/system.save to the DFT/nscf_dir/Out/system.save or nscf run fails. In 2.9.6.3, the following fix works: insert at line 1094 of dft.pl: if( -e "../Out/$qe_data_files{'prefix'}.save/paw.txt" ) { copy "../Out/$qe_data_files{'prefix'}.save/paw.txt", "Out/$qe_data_files{$prefix}.save/paw.txt"; }

I think this also may need to be fixed in v 3.

jtv3 commented 2 years ago

Which version of QE?

jjkas commented 2 years ago

qe-7.0 is the version.

On Tue, Oct 4, 2022 at 8:11 AM John Vinson @.***> wrote:

Which version of QE?

— Reply to this email directly, view it on GitHub [github.com] https://urldefense.com/v3/__https://github.com/times-software/OCEAN/issues/292*issuecomment-1267159398__;Iw!!K-Hz7m0Vt54!nTPUIlsQsZ4FzCC6Lrvl8ZIRU7gjpNJ-f5ynNriJIahj3zyq15wbE_QLg1dV7tdfSitVLXVMy1MUQBRdOmwELg$, or unsubscribe [github.com] https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AA2RF225EA6MD2HRKBWJN23WBRCKRANCNFSM6AAAAAAQ2FGWJ4__;!!K-Hz7m0Vt54!nTPUIlsQsZ4FzCC6Lrvl8ZIRU7gjpNJ-f5ynNriJIahj3zyq15wbE_QLg1dV7tdfSitVLXVMy1MUQBRjwnXycg$ . You are receiving this because you authored the thread.Message ID: @.***>

-- Joshua Kas (He/Him/His) Research Assistant Professor University of Washington

jtv3 commented 1 year ago

This should only happen if using PAW/Ultrasoft pseudopotentials. These aren't supported in OCEAN. I'm going to close this