Skip to content
AsciiC6hem

Mechanism

A reaction mechanism: ordered steps with optional spectator ions.

FieldTypeExample
stepsArray<Step>See below
spectatorsArray<String>["Na+"]
Mechanism::Step = Struct.new(:label, :reaction,
keyword_init: true)

See Reaction mechanisms syntax for input format.

Play