Skip to content

How do we introduce constraints? #142

@g-bauer

Description

@g-bauer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions