Skip to content

Commit aec1475

Browse files
authored
Merge pull request #35 from andysim/ewald
Add Ewald and PME tutorial
2 parents aa449a4 + 6882e01 commit aec1475

File tree

5 files changed

+1644
-1
lines changed

5 files changed

+1644
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
- conda update -q conda
3131
- conda info -a
3232
- if [[ "$PYTHON_VER" == "2.7" ]]; then
33-
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter -c psi4;
33+
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter scipy -c psi4;
3434
else
3535
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.13 matplotlib jupyter scipy pylibefp -c psi4/label/dev -c psi4;
3636
fi

0 commit comments

Comments
 (0)