Skip to content
AsciiC6hem

ZMatrix

Molecular geometry via internal coordinates.

FieldTypeExample
rowsArray<ZRow>See below
ZMatrix::ZRow = Struct.new(:atom, :ref1, :distance,
:ref2, :angle, :ref3, :dihedral,
keyword_init: true)

Each row defines one atom relative to previously-defined atoms.

See Z-Matrix syntax for input format.

Play