Open QuantumMisaka opened 1 year ago
Also, I cannot find any noticing information in stdout and running*.log for restart calculation.
This issue is related to issue #2955. It seems that a specific STRU_restart
file is needed for restarting ABACUS
jobs. For scf
or nscf
calculations, the STRU
file should be just the same as initial input STRU
. In structure optimization jobs, it should be the last step STRU
. In magnetism calculation, it should contain mag
info.
Details
ABACUS INPUT have restart options:
But this restart file seems to be only charge information? I do not know whether Hamiltonian matrix in this binary files because they are all named
charge
Also, the restart files do NOT contain STRU information, should user copy the STRU file in OUT.ABACUS/STRU_ION_D to STRU for calculation can let restart calculation properly?
for test, I use Pt(111) BFGS optimization example,
restart_save True
and do 3-4 Ion steps of relaxrestart_load True
and do Ion step. I found that the restart calculation cost more SCF steps and the forces is likely the 1st ion step of the step1 relax, it is sure that the restart information is mis-used for the initial STRU file.So in the documentation, should we give more specific information about how to restart ABACUS calculation ?
Have you read FAQ on the online manual http://abacus.deepmodeling.com/en/latest/community/faq.html
Task list for Issue attackers (only for developers)