-
Notifications
You must be signed in to change notification settings - Fork 141
Update the output and readin of electronic wave functions in plane wave basis set #6223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the source/Makefile.Objects
file needs to be modified as well to let the makefile test pass. Adding filename.o\
to the OBJS_IO
list might be worth a shot .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
…ve basis set (deepmodeling#6223) * update the readin wave function information * remove the extra write_wfc_pw in esolver_ks_pw * let GPU OW test passes * update the output formats of pw wave functions * update pw readin wf, found 2 places that read in wave functions, need to be refactored in near future * update 055 example * update doc * update input files and fix compilation error * update input-main.md * update 090 example * update 090 example * update some tests in 01 * update CASES * update file names in 08_EXX example * I found read_wfc_lcao code and the corresponding tests are useless * update test.yml * update read_wf2rho_pw function and tests * rewrite the input variables for write_wfc_pw * update read_wfc_pw * remove ofs_running info * fix read_wf2rho_pw_test.cpp * fix bug * update read_input_ptest.cpp test * add back wfs1k1_pw.dat * update 055_PW_OW result.ref
…ve basis set (deepmodeling#6223) * update the readin wave function information * remove the extra write_wfc_pw in esolver_ks_pw * let GPU OW test passes * update the output formats of pw wave functions * update pw readin wf, found 2 places that read in wave functions, need to be refactored in near future * update 055 example * update doc * update input files and fix compilation error * update input-main.md * update 090 example * update 090 example * update some tests in 01 * update CASES * update file names in 08_EXX example * I found read_wfc_lcao code and the corresponding tests are useless * update test.yml * update read_wf2rho_pw function and tests * rewrite the input variables for write_wfc_pw * update read_wfc_pw * remove ofs_running info * fix read_wf2rho_pw_test.cpp * fix bug * update read_input_ptest.cpp test * add back wfs1k1_pw.dat * update 055_PW_OW result.ref
…ve basis set (deepmodeling#6223) * update the readin wave function information * remove the extra write_wfc_pw in esolver_ks_pw * let GPU OW test passes * update the output formats of pw wave functions * update pw readin wf, found 2 places that read in wave functions, need to be refactored in near future * update 055 example * update doc * update input files and fix compilation error * update input-main.md * update 090 example * update 090 example * update some tests in 01 * update CASES * update file names in 08_EXX example * I found read_wfc_lcao code and the corresponding tests are useless * update test.yml * update read_wf2rho_pw function and tests * rewrite the input variables for write_wfc_pw * update read_wfc_pw * remove ofs_running info * fix read_wf2rho_pw_test.cpp * fix bug * update read_input_ptest.cpp test * add back wfs1k1_pw.dat * update 055_PW_OW result.ref
…ve basis set (deepmodeling#6223) * update the readin wave function information * remove the extra write_wfc_pw in esolver_ks_pw * let GPU OW test passes * update the output formats of pw wave functions * update pw readin wf, found 2 places that read in wave functions, need to be refactored in near future * update 055 example * update doc * update input files and fix compilation error * update input-main.md * update 090 example * update 090 example * update some tests in 01 * update CASES * update file names in 08_EXX example * I found read_wfc_lcao code and the corresponding tests are useless * update test.yml * update read_wf2rho_pw function and tests * rewrite the input variables for write_wfc_pw * update read_wfc_pw * remove ofs_running info * fix read_wf2rho_pw_test.cpp * fix bug * update read_input_ptest.cpp test * add back wfs1k1_pw.dat * update 055_PW_OW result.ref
Update the output and readin of electronic wave functions in plane wave basis set