Skip to content

Commit

Permalink
Merge pull request #38 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Optimization and thermochemistry enhancements
  • Loading branch information
seamm authored Mar 9, 2025
2 parents 9514e0b + 335dc60 commit 1d54509
Show file tree
Hide file tree
Showing 22 changed files with 1,358 additions and 2,112 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
=======
History
=======
2025.3.9 -- Optimization and thermochemistry enhancements
* Expanded the output to include gap, HOMO, LUMO, RMSD between initial and final
structure for optimizations, dipole moment, etc.
* Added control for updating the structure after optimization.
* Added enthalpy of formation to the thermochemistry output for known basis sets.
* Updated the installation to work with recent changes.

2024.12.7 -- Minor update due to changes in molsystem
* The molsystem was updated to improve the handling of properties. This required
changes in this module to match the new molsystem.
Expand Down
4 changes: 3 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ dependencies:
# Of the code
- cclib
- numpy
- optking
# - optking
- pandas
- py-cpuinfo
- scipy
- seamm
- seamm-installer
Expand Down
11 changes: 0 additions & 11 deletions psi4_step/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@
from .optimization_step import OptimizationStep # noqa: F401
from .tk_optimization import TkOptimization # noqa: F401

# from .accelerated_optimization import AcceleratedOptimization # noqa: F401
# from .accelerated_optimization_parameters import ( # noqa: F401
# AcceleratedOptimizationParameters,
# )
# from .accelerated_optimization_step import ( # noqa: F401
# AcceleratedOptimizationStep,
# )
# from .tk_accelerated_optimization import ( # noqa: F401
# TkAcceleratedOptimization,
# )

from .thermochemistry_step import ThermochemistryStep # noqa: F401
from .thermochemistry import Thermochemistry # noqa: F401
from .thermochemistry_parameters import ThermochemistryParameters # noqa: F401
Expand Down
Loading

0 comments on commit 1d54509

Please sign in to comment.