brucefan1983 / GPUMD

Graphics Processing Units Molecular Dynamics
https://gpumd.org/dev
GNU General Public License v3.0
454 stars 115 forks source link

add NSW check for AIMD simulations #691

Closed zhyan0603 closed 1 month ago

zhyan0603 commented 1 month ago

Hi Dr.Yanzhou,

I've received a feedback regarding a minor bug in the previous script, which arose after I added the NELM check. As a result, the OUTCARs from AIMD simulations were incorrectly flagged as non-convergent.

To address this issue, I have now included an NSW check:

Best, Zihan

Yanzhou-Wang commented 1 month ago

Hi Zihan,

Thanks for your nice explanation and debugging effort for this little bug.

Yanzhou