only collect the per-atom data specific to this test to compare against total pe.

This commit is contained in:
Axel Kohlmeyer
2020-05-21 11:06:11 -04:00
parent 799b676f89
commit 0788a8ee4f
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
};
command("fix 1 all nve");
command("compute pe all pe/atom");
command("compute pe all pe/atom angle");
command("compute sum all reduce sum c_pe");
command("thermo_style custom step temp pe press c_sum");
command("thermo 2");

View File

@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
};
command("fix 1 all nve");
command("compute pe all pe/atom");
command("compute pe all pe/atom bond");
command("compute sum all reduce sum c_pe");
command("thermo_style custom step temp pe press c_sum");
command("thermo 2");

View File

@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
};
command("fix 1 all nve");
command("compute pe all pe/atom");
command("compute pe all pe/atom pair");
command("compute sum all reduce sum c_pe");
command("thermo_style custom step temp pe press c_sum");
command("thermo 2");