Skip to content

Commit 1d54509

Browse files
authored
Merge pull request #38 from molssi-seamm/dev
Optimization and thermochemistry enhancements
2 parents 9514e0b + 335dc60 commit 1d54509

22 files changed

+1358
-2112
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
=======
22
History
33
=======
4+
2025.3.9 -- Optimization and thermochemistry enhancements
5+
* Expanded the output to include gap, HOMO, LUMO, RMSD between initial and final
6+
structure for optimizations, dipole moment, etc.
7+
* Added control for updating the structure after optimization.
8+
* Added enthalpy of formation to the thermochemistry output for known basis sets.
9+
* Updated the installation to work with recent changes.
10+
411
2024.12.7 -- Minor update due to changes in molsystem
512
* The molsystem was updated to improve the handling of properties. This required
613
changes in this module to match the new molsystem.

devtools/conda-envs/test_env.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ dependencies:
1111
# Of the code
1212
- cclib
1313
- numpy
14-
- optking
14+
# - optking
15+
- pandas
16+
- py-cpuinfo
1517
- scipy
1618
- seamm
1719
- seamm-installer

psi4_step/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
from .optimization_step import OptimizationStep # noqa: F401
3535
from .tk_optimization import TkOptimization # noqa: F401
3636

37-
# from .accelerated_optimization import AcceleratedOptimization # noqa: F401
38-
# from .accelerated_optimization_parameters import ( # noqa: F401
39-
# AcceleratedOptimizationParameters,
40-
# )
41-
# from .accelerated_optimization_step import ( # noqa: F401
42-
# AcceleratedOptimizationStep,
43-
# )
44-
# from .tk_accelerated_optimization import ( # noqa: F401
45-
# TkAcceleratedOptimization,
46-
# )
47-
4837
from .thermochemistry_step import ThermochemistryStep # noqa: F401
4938
from .thermochemistry import Thermochemistry # noqa: F401
5039
from .thermochemistry_parameters import ThermochemistryParameters # noqa: F401

0 commit comments

Comments
 (0)