OERxnAutomapStatus

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

The OERxnAutomapStatus namespace encodes symbolic constants representing the status returned from reaction automapping.

See also

This namespace contains the following constants:

Failure

This status indicates a general failure attempting to automap a reaction.

InvalidComponents

This status indicates that the input reaction is missing either reactants or products and thus cannot have mapping correpondence assigned.

InvalidMethod

This status indicates that an invalid mapping method was requested.

NonReactionInput

This status indicates that the input structure is not identified as a reaction.

See also

Success

This status indicates success.