details about vdw interactions

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Daniel Konstantinovsky
Posts: 77
Joined: Tue Jun 11, 2019 12:21 pm

details about vdw interactions

Post by Daniel Konstantinovsky » Fri Nov 11, 2022 11:43 am

Hi OpenMM,

I am building an MD engine for a specific project that is difficult to do with standard MD software. I was wondering two things:

1. in the xml files of OpenMM force fields, what are the units of epsilon and sigma in the vdw sections?
2. for vdw interactions, how do you combine the sigmas and epsilons of two interacting atoms to create the VDW potential between them? I know there is a standard way to do this but I want to know the exact OpenMM way so I will use the sigma and epsilon parameters correctly.

Thank you!

User avatar
Peter Eastman
Posts: 2543
Joined: Thu Aug 09, 2007 1:25 pm

Re: details about vdw interactions

Post by Peter Eastman » Fri Nov 11, 2022 1:54 pm

See the documentation at http://docs.openmm.org/latest/userguide ... html#units and http://docs.openmm.org/latest/userguide ... ondedforce. Sigma is in nm and epsilon is in kJ/mol. It uses Lorentz-Berthelot combining rules.

User avatar
Daniel Konstantinovsky
Posts: 77
Joined: Tue Jun 11, 2019 12:21 pm

Re: details about vdw interactions

Post by Daniel Konstantinovsky » Sat Nov 12, 2022 9:50 pm

thanks!

POST REPLY