Skip to content
Snippets Groups Projects
Commit 6056c1db authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix restart bug in pair style quip

parent ef3c0dbf
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ using namespace LAMMPS_NS;
PairQUIP::PairQUIP(LAMMPS *lmp) : Pair(lmp)
{
single_enable = 0;
restartinfo = 0;
one_coeff = 1;
no_virial_fdotr_compute = 1;
manybody_flag = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment