-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
There are a lot of force fields that represent molecules as semi-flexible or even rigid. To have that functionality in a simulation, constraints have to be introduced.
The complexity that comes along with constraints is very different for MC and MD. While it is trivial to implement e.g. constant bonding lengths in MC, we need to have specific algorithms to do that in MD.
We should collect ideas how we can implement constraints so that they can be used conveniently for both propagators.
Some questions that pop into my mind:
- Where/how to keep track of degrees of freedom?
- Where would we implement information about constraints? Could they be part of
Interactions
? - Which functionalities do we want/need to provide? Constant bonding lengths, -angles, completely rigid molecules?
- Where would constraint algorithms be implemented for MD?