rxn.chemutils.reaction_smiles.ReactionFormat

class rxn.chemutils.reaction_smiles.ReactionFormat(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: RxnEnum

Existing reaction SMILES formats.

EXTENDED

extended reaction SMILES with fragment info, f.i. |f:0.2,3.4.5|.

STANDARD

standard reaction SMILES.

STANDARD_WITH_TILDE

standard reaction SMILES, where fragments are indicated with tilde symbols, “~”.

__init__(*args, **kwds)

Attributes

EXTENDED

STANDARD

STANDARD_WITH_TILDE