Skip to content

Commit

Permalink
Merge pull request #35 from andysim/ewald
Browse files Browse the repository at this point in the history
Add Ewald and PME tutorial
  • Loading branch information
dgasmith authored Nov 26, 2017
2 parents aa449a4 + 6882e01 commit aec1475
Show file tree
Hide file tree
Showing 5 changed files with 1,644 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- conda update -q conda
- conda info -a
- if [[ "$PYTHON_VER" == "2.7" ]]; then
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter -c psi4;
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter scipy -c psi4;
else
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.13 matplotlib jupyter scipy pylibefp -c psi4/label/dev -c psi4;
fi
Expand Down
Loading

0 comments on commit aec1475

Please sign in to comment.