PLANE

Section can be repeated.

This section defines the plane. When using this colvar, two plane section must be defined! [Edit on GitHub]

Keywords

Keyword descriptions

ATOMS

Type: integer[3]
Usage: ATOMS

Description: Specifies the indexes of 3 atoms/points defining the plane.

[Edit on GitHub]

DEF_TYPE

Type: enum
Default: ATOMS
Usage: DEF_TYPE ATOMS

Description: Specify how the plane is defined: either by 3 atoms or by a fixed normal vector. At least one plane must be defined through atoms.

Valid values:

  • ATOMS Plane defined by the position of 3 atoms

  • VECTOR Plane defined by a fixed normal vector

[Edit on GitHub]

NORMAL_VECTOR

Type: real[3]
Usage: NORMAL_VECTOR 0.0 1.0 0.0

Description: Alternatively to 3 atoms/points one can define one of the two, planes by defining its NORMAL vector.

[Edit on GitHub]