abacus-develop icon indicating copy to clipboard operation
abacus-develop copied to clipboard

ABACUS FIRE is much inefficient by ASE FIRE

Open QuantumMisaka opened this issue 5 months ago • 2 comments

Details

As #4016 , ABACUS FIRE algorism need some improvements

One example as follow, do FIRE optization task from a same STRU with same INPUT setting (DFT is using R2SCAN in LibXC), while ASE-ABACUS FIRE using 49 ION step but ABACUS FIRE cannot converge in 300 steps with largest gradient stuck around 0.3 eV/Ang

FIRE-SCAN-ase.tar.gz

ABACUS-SCAN-FIRE.tar.gz

Task list for Issue attackers (only for developers)

  • [ ] Reproduce the performance issue on a similar system or environment.
  • [ ] Identify the specific section of the code causing the performance issue.
  • [ ] Investigate the issue and determine the root cause.
  • [ ] Research best practices and potential solutions for the identified performance issue.
  • [ ] Implement the chosen solution to address the performance issue.
  • [ ] Test the implemented solution to ensure it improves performance without introducing new issues.
  • [ ] Optimize the solution if necessary, considering trade-offs between performance and other factors (e.g., code complexity, readability, maintainability).
  • [ ] Review and incorporate any relevant feedback from users or developers.
  • [ ] Merge the improved solution into the main codebase and notify the issue reporter.

QuantumMisaka avatar Sep 06 '24 08:09 QuantumMisaka