only collect the per-atom data specific to this test to compare against total pe.
This commit is contained in:
@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
|
|||||||
};
|
};
|
||||||
|
|
||||||
command("fix 1 all nve");
|
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("compute sum all reduce sum c_pe");
|
||||||
command("thermo_style custom step temp pe press c_sum");
|
command("thermo_style custom step temp pe press c_sum");
|
||||||
command("thermo 2");
|
command("thermo 2");
|
||||||
|
|||||||
@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
|
|||||||
};
|
};
|
||||||
|
|
||||||
command("fix 1 all nve");
|
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("compute sum all reduce sum c_pe");
|
||||||
command("thermo_style custom step temp pe press c_sum");
|
command("thermo_style custom step temp pe press c_sum");
|
||||||
command("thermo 2");
|
command("thermo 2");
|
||||||
|
|||||||
@ -143,7 +143,7 @@ void run_lammps(LAMMPS *lmp)
|
|||||||
};
|
};
|
||||||
|
|
||||||
command("fix 1 all nve");
|
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("compute sum all reduce sum c_pe");
|
||||||
command("thermo_style custom step temp pe press c_sum");
|
command("thermo_style custom step temp pe press c_sum");
|
||||||
command("thermo 2");
|
command("thermo 2");
|
||||||
|
|||||||
Reference in New Issue
Block a user