Skip to content
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

Add Psi4 #63

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 5 additions & 1 deletion .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ jobs:

- name: Install GROMACS & NAGL if using x86
if: matrix.os != 'macos-14'
run: micromamba install openff-nagl "gromacs =2023.3=nompi_*_103" -c conda-forge --yes
run: |
# this uninstalls Psi4 for some reason (MLK?)
micromamba install openff-nagl "gromacs =2023.3=nompi_*_103" -c conda-forge --yes

micromamba install "psi4=1.9.0" -c conda-forge --yes

- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
env:
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- qcengine
- xtb-python
- geometric =1
- psi4 =1.9.0

- pip:
- git+https://github.com/openforcefield/openff-toolkit.git@main
Expand Down
Loading