Skip to content

Releases: molssi-seamm/psi4_step

Changes to allow running in containers.

12 Jan 15:59
f10072e
Compare
Choose a tag to compare
  • Moved to the new executor and ensured it still runs directly.
  • Fixed bugs in printing the summary output.

Fix for installation of Psi4

23 Oct 17:13
c4fce67
Compare
Choose a tag to compare
  • Psi4 is now available on CondaForge, so install from there if requested.
  • Psi4 crashes if asked to optimize and atom, so change to doing a single point energy is optimization is requested for and atom.

Enhancement of orbital plots

23 Oct 00:59
e219f86
Compare
Choose a tag to compare
  • Added structure to the orbital plots
  • Fixed a bug if the default number of cores was not 'available'

Thermochemistry and orbital plotting

05 Jun 12:55
80c6e4b
Compare
Choose a tag to compare
  • Added a thermochemistry step to calculate the vibrational corrections to the energy, enthalpy, and free energy
  • Added plotting to cube files for density and orbitals

Added control over SCF convergence

22 Feb 00:10
5d645c1
Compare
Choose a tag to compare
  • Able to set convergence criteria.
  • Options for damping. level shifting and second-order SCF
  • Set default for number of steps for optimization to 6*nAtoms to make it more explicit.

More thoroughly check Psi4 for errors when running

17 Feb 14:26
c6068fb
Compare
Choose a tag to compare

Check and throw errors for various issues when running Psi4, including whenever it does not complete successfully according to the output.

Finally -- maybe -- killing OptKing

16 Feb 23:26
eeeabfd
Compare
Choose a tag to compare
Merge pull request #18 from molssi-seamm/dev

Still trying to kill OptKing!

Completely removing OptKing for time being

16 Feb 22:13
2829801
Compare
Choose a tag to compare

OptKing is causing compatibility issues, and is not currently being used in the Python, so am temporarily removing it.

Temporarily removing OptKing dependency

15 Feb 18:34
36b4219
Compare
Choose a tag to compare

It is not currently used but is causing problems with other dependencies.

Bug fixes and documentation revamp

23 Jan 20:16
7b16030
Compare
Choose a tag to compare
  • Corrected bugs, including if no dispersion term requested
  • Added preliminary version of accelerated optimization using MOPAC for Hessians, etc. May not fully work at the moment.
  • Updated documentation theme and structure to match new style.