Open QuantumMisaka opened 4 months ago
@pxlxingliang @hongriTianqi could you have a look?
Hi @QuantumMisaka, set init_wfc
to file
and abacus can do calculation continue even the wfc file does not exist, this may confuse some user. Recently, I am changing the behavior, and ABACUS will stop and quit if the file does not exist. For your demand, I think it is better to add another option to meet it.
For init_chg
, #4560 will add option auto
that behavior as you expect, and for init_wfc
I will also add one option recently.
Hi @QuantumMisaka, set
init_wfc
tofile
and abacus can do calculation continue even the wfc file does not exist, this may confuse some user. Recently, I am changing the behavior, and ABACUS will stop and quit if the file does not exist. For your demand, I think it is better to add another option to meet it.For
init_chg
, #4560 will add optionauto
that behavior as you expect, and forinit_wfc
I will also add one option recently.
Good solution! waiting for update
@pxlxingliang any update?
Waiting for
init_wfc auto
option to solve the bug belowDescribe the bug
After #3140 , We can use
init_wfc file
andinit_chg file
when the file is not exist, ABACUS will skip the reading process and do calculation. But in the 3.7.0 version, the wavefunction part have problem and cannot skip properly:while the charge part maintained.
Expected behavior
The
init_wfc file
function should work likeinit_chg file
, when the wavefunction file not exist, the init part should skip back to atomic.To Reproduce
Run with
init_wfc file
No response
Environment
ABACUS 3.7.0 Commit: a33935612 (Thu Jun 27 16:40:42 2024 +0800) installed by Intel-toolchain Hardware: intel-8358
No response
Additional Context
No response
Task list for Issue attackers (only for developers)