Skip to content

Releases: molssi-seamm/psi4_step

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

15 Oct 21:05
425f60e
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.

Enhancements and bug fixes for thermochemistry

05 Oct 13:37
b65c17d
Compare
Choose a tag to compare
  • Improved GUI for thermochemistry so that it automatically recognizes whether it is after e.g. an optimization and configures appropriately.
  • Fixed and issue with transferring the multipole moments to the JSON file

Enhanced results and fixed problem with psi4.ini

30 Jul 15:24
248a997
Compare
Choose a tag to compare
  • Added to the results by using cclib to parse the output.
  • If ~/SEAMM/psi4.ini did not exist the version that was automatically created was not complete, causing calculations to fail.

Added auxiliary codes that help Psi4

23 May 23:01
e14e74e
Compare
Choose a tag to compare
  • Psi4 uses codes like DFTD4 and DFTD4 for parts of e.g. dispersion calculations. This release adds them to the Conda install SEAMM uses for Psi4.

Bugfix: incorrect name for gradients

23 May 18:22
333376e
Compare
Choose a tag to compare
  • There was a typo in the name for the gradients, such that they could not be output to Results.json.
  • The units for the energy and gradients in Results.json were incorrect.

Internal fix for creating Docker image.

23 May 15:07
f0de46f
Compare
Choose a tag to compare
Merge pull request #31 from molssi-seamm/dev

Internal fix for creating Docker image.

Added standard energy and gradients to results

23 May 14:30
17b9439
Compare
Choose a tag to compare
  • Added 'energy' and 'gradients' to optional results to support e.g. Energy Scan
  • Fixed crashing bug in description of the Energy substep.

Updated the installer to support Conda and Docker

17 Mar 21:19
6198055
Compare
Choose a tag to compare
  • Updated the installer to use the new version of the SEAMM installer.
  • Finalizes installing either with Conda or Docker

Allowing short names for method and DFT functionals

04 Mar 18:25
7483779
Compare
Choose a tag to compare
  • Added short names for the methods (Hamiltonians) and DFT functionals.
  • Catching errors in Psi4 calculating properties for e.g. CISD(T) method

Full support of Docker.

29 Feb 20:09
Compare
Choose a tag to compare

Fixed issues with running on Mac arm64 machines, since Psi4 is not available via Conda for linux/arm64.