Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notes

  • Should OpenFF raise an error if a user tries to set a switching distance for a PME ( LJPME ) force?force?

    • PE – I could see the argument that it should raise an exception. The OpenMM ForceField class raises an error for this, but directly accessing the NonbondedForce lets you set switching info, but it has no effect.

  • Github link macro
    linkhttps://github.com/openforcefield/openff-interchange/pull/409#issuecomment-1063167955

    • PE – Units are all implemented at the Python layer, but CustomForces talk straight to the C++ layer. So there’s no unit checking possible for the CustomForces.

    • MT – Thanks. I’ll implement the unit checking/conversion in my own code.

Action items

  •  

Decisions