Skip to content

BUGFIX: MOPAC reader when using "FORCE" keyword

Adam Jackson requested to merge ajjackson/ase:mopac-22 into master

Fixes #1224

FORCE actually means "Hessian" and gives some differences in output that are tripping up the current parser.

  • Add a test demonstrating the problem
  • Use a regex for stricter parsing that requires the keyword to start a new line

Merge request reports