GROMACSDihedral

pydantic model openff.interchange.interop.gromacs.models.models.GROMACSDihedral[source]

Bases: DefaultModel

A GROMACS dihedral.

Fields
field atom1: pydantic.types.PositiveInt [Required]

The GROMACS index of the first atom in the dihedral.

Constraints
  • exclusiveMinimum = 0

field atom2: pydantic.types.PositiveInt [Required]

The GROMACS index of the second atom in the dihedral.

Constraints
  • exclusiveMinimum = 0

field atom3: pydantic.types.PositiveInt [Required]

The GROMACS index of the third atom in the dihedral.

Constraints
  • exclusiveMinimum = 0

field atom4: pydantic.types.PositiveInt [Required]

The GROMACS index of the fourth atom in the dihedral.

Constraints
  • exclusiveMinimum = 0