Closed daico007 closed 2 years ago
We are not using any bond/angle constraints in HOOMD. Does your simulation have issue without constraints?
Our simulations are having issues with constraints (too many warnings), so I think we gonna edit to production run to remove the constraints.
I think this issue can be closed. Constraint parameters for water are documented in the project doc--although HOOMD uses a completely rigid model for water. Benzene is also rigid. Pentane has two models and one has constrained bonds. To my knowledge, no constraints are applied to ethanol.
I am running into some issues when using with
constraints = all-angles
for a box of ethanol in GROMACS (with the LINCS algorithm). The simulation ran fine withconstraints = all-bonds
, so I am just wondering what is the appropriate constraints we should use for the project or for MD specifically?