Skip to content

Added auxialliary codes that help Psi4 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=======
History
=======
2024.5.23.3 -- Added auxialliary codes that help Psi4
* 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.

2024.5.23.2 -- Bugfix: incorrect name for gradients
* There was a typo in the name for the gradients, such that they could not be output
to Results.json.
Expand Down
12 changes: 9 additions & 3 deletions psi4_step/data/seamm-psi4.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: seamm-psi4
channels:
- conda-forge
- conda-forge/label/libint_dev
dependencies:
- python

# Executables, etc.
- geometric
- psi4

# Optional packages
- basis_set_exchange
- dftd3-python>=1.0
- dftd4-python
- gcp-correction
- geometric
- pymdi
- toml # req'd with dftd4-python
Loading