add compute_t_prim for method=PIMD

This commit is contained in:
Yifan Li
2024-03-20 14:06:44 -04:00
parent b620c52b58
commit 2eb1ce98d9

View File

@ -696,6 +696,7 @@ void FixPIMDLangevin::post_force(int /*flag*/)
inter_replica_comm(x); inter_replica_comm(x);
spring_force(); spring_force();
compute_spring_energy(); compute_spring_energy();
compute_t_prim();
if (mapflag) { if (mapflag) {
for (int i = 0; i < nlocal; i++) { domain->unmap_inv(x[i], image[i]); } for (int i = 0; i < nlocal; i++) { domain->unmap_inv(x[i], image[i]); }
} }