IRL2 / nanover-server-py

https://irl2.github.io/nanover-docs/#
Other
0 stars 1 forks source link

ASE does not separately deliver the user forces and system forces #301

Closed hjstroud closed 1 week ago

hjstroud commented 1 week ago

At the moment OpenMM delivers the user forces and forces resulting from interactions within the system (i.e. between the particles) separately, under the keys particle_forces_system and user_forces, but ASE does not. We should change the ASE implementation to bring it in line with that of OpenMM.