You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VASP | [vasp/](vasp/job.pbs) | Self-consistent total energy calculation for FCC Silicon with VASP (same as QE above).
16
16
DeePMD | [deepmd/train_mlff_qe-cp-traj](deepmd/README.md) | Constructing Machine-learned Force Field using ab-initio data, neural networks, and further deployment using molecular dynamics package (LAMMPS).
17
17
LAMMPS | [lammps/](lammps/README.md) | Basic Molecular Dynamics run with LAMMPS for Copper using Lennard-Jones potential or EAM potential.
18
+
LAMMPS+M3GNet | [lammps/m3gnet](lammps/m3gnet/job.pbs) | LAMMPS using M3GNet pair potential.
18
19
GROMACS | [gromacs/cpu-double](gromacs/cpu-double) | Basic Molecular Dynamics run with GROMACS for multiple computational setups: CPU single and double-precision, and GPU single precision.
19
20
NWChem | [nwchem/](nwchem/job.pbs) | Basic Total Energy DFT calculation with NWChem for a water molecule.
20
21
CP2K | [cp2k/](cp2k/job.pbs) | Basic Total Energy DFT calculation with NWChem for Si.
@@ -44,7 +45,7 @@ Sources are batch job scripts and can be cloned as below:
44
45
45
46
> [!NOTE]
46
47
> We use `git-lfs` to store some data (binary files, non-version-controllable sources). Please be sure to
47
-
> install `git-lfs`[[3](#links)] in order to get access to these data files.
48
+
> install `git-lfs`[^3] in order to get access to these data files.
LAMMPS [1] is a classical molecular dynamics simulation code focusing on materials modeling. It was designed to run efficiently on parallel computers and to be easy to extend and modify. Originally developed at Sandia National Laboratories, a US Department of Energy facility, LAMMPS now includes contributions from many research groups and individuals from many institutions. Most of the funding for LAMMPS has come from the US Department of Energy (DOE). LAMMPS is open-source software distributed under the terms of the GNU Public License Version 2 (GPLv2).
3
+
LAMMPS [^1] is a classical molecular dynamics simulation code focusing on
4
+
materials modeling. It was designed to run efficiently on parallel computers and
5
+
to be easy to extend and modify. Originally developed at Sandia National
6
+
Laboratories, a US Department of Energy facility, LAMMPS now includes
7
+
contributions from many research groups and individuals from many institutions.
8
+
Most of the funding for LAMMPS has come from the US Department of Energy (DOE).
9
+
LAMMPS is open-source software distributed under the terms of the GNU Public
10
+
License Version 2 (GPLv2).
11
+
12
+
# LAMMPS+M3GNet
13
+
The example under the [m3gnet](./m3gnet) directory uses M3GNet pair potential.
0 commit comments