https://github.com/plumed/test-lammps-and-plumed
Regression tests for checking that LAMMPS and PLUMED can work together
https://github.com/plumed/test-lammps-and-plumed
Last synced: 4 months ago
JSON representation
Regression tests for checking that LAMMPS and PLUMED can work together
- Host: GitHub
- URL: https://github.com/plumed/test-lammps-and-plumed
- Owner: plumed
- License: lgpl-3.0
- Created: 2018-07-12T15:13:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T18:45:53.000Z (over 5 years ago)
- Last Synced: 2025-01-02T00:42:03.042Z (6 months ago)
- Language: Shell
- Size: 415 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-lammps-and-plumed
Regression tests for checking that LAMMPS and PLUMED can work together. To run these tests you
must build lammps with the following optionsmake yes-manybody
make yes-kspace
make yes-molecule
make yes-rigid
make yes-user-plumedTo compile with cmake
cmake -D PKG_MANYBODY=yes -D PKG_KSPACE=yes -D PKG_MOLECULE=yes -D PKG_RIGID=yes -D PKG_USER-PLUMED=yes ../cmake