Skip to content

Releases: molssi-seamm/mopac_step

Add the force constants as a property.

09 Dec 19:28
255f094
Compare
Choose a tag to compare
  • Add the force constants as a property of the configuration when running thermodynamics, IR, or force constants calculations.

Bugfix: error if used in a loop and previous directories deleted.

15 Oct 21:11
78e65df
Compare
Choose a tag to compare
  • The code crashed if called with a loop in the flowchart, and the last directory of a previous loop iteration was deleted before running the next iteration.

Bugfix for PM7-TS and optimization, GUI clean up for CI calculations.

21 Aug 23:52
03ccbc5
Compare
Choose a tag to compare
  • Calculations using PM7-TS do not write information to the AUX file, so added code to get the energy from the output file.
  • For optimizations, the option for the frequency of calculating the force constants and the maximum radius of convergence were missing from the GUI for the EF method. The frequency also was not being correctly handled in the input to MOPAC.
  • The GUI for using CI calculations was cleaned up.

Added CI calculations and better handling of transition states

17 Aug 21:15
3e94dd5
Compare
Choose a tag to compare
  • Added ability to do the various types of CI calculations that MOPAC supports.
  • Improved the handling of TS calculations and added NLLSQ and SIGMA methods in the optimization step.
  • Added option to correctly handle transition states in the thermodynamics step and improved the output to include the imaginary and low-lying frequencies.

Bugfix in bond analysis for atoms and mopac.ini

29 Jul 15:01
8b2e914
Compare
Choose a tag to compare
  • Fixed a bug in the bond analysis that caused the code to crash for calculations on atoms.
  • Fixed a bug in the mopac.ini file created if it did not exists that caused the code to crash when the calculation was run.

Internal release to fix problem in release mechanism

14 May 21:04
ac46c8a
Compare
Choose a tag to compare
Merge pull request #133 from molssi-seamm/dev

Internal update of GitHub workflow

Internal release to fix problem in release mechanism

14 May 20:54
b62e984
Compare
Choose a tag to compare
Merge pull request #132 from molssi-seamm/dev

Correcting error in Release workflow.

Added output of energy & gradients to JSON

14 May 20:33
3b8098b
Compare
Choose a tag to compare
  • To support the Energy Scan step.

Updated installation

17 Mar 09:59
aafcd9d
Compare
Choose a tag to compare
  • Updated the installation to reflect the new way to install SEAMM plug-ins to support both Conda and Docker

Use explicit, matched version of seamm-mopac container

10 Feb 09:31
9b90f9f
Compare
Choose a tag to compare
  1. Migrating to using the explicit version of the seamm-mopac container that is matched to the plug-in.
  2. Removed the ENTRYPOINT command from the Docker image and rely on just the COMMAND for the default.
  3. Updated the README to reflect using the explicit version of the Docker image.