forked from lijiext/lammps
2383c31f15
Based on material presented during MD Workshop at Temple University in August 2016. |
||
---|---|---|
.. | ||
dihedrals | ||
montecarlo | ||
mpi4py | ||
.gitignore | ||
README | ||
interface_usage.ipynb | ||
interface_usage_bonds.ipynb | ||
simple.ipynb |
README
# Compile LAMMPS as shared library git clone https://github.com/lammps/lammps.git cd lammps/src python Make.py -m mpi -png -s ffmpeg exceptions -a file make -j 4 mode=shlib auto cd ../.. # Install Python package virtualenv testing source testing/bin/activate (testing) cd lammps/python (testing) python install.py (testing) pip install jupyter matplotlib mpi4py (testing) cd ../../examples # Launch jupter and work inside browser (testing) jupyter notebook # Use Ctrl+c to stop jupyter # finally exit the virtualenv (testing) deactivate