polymerist.rdutils.reactions.reactexc

Exceptions specific to reactions

Exceptions

BadNumberReactants

To be raised when too many or too few Mols are provided than expected

ReactantTemplateMismatch

To be raised when a provided sequence of Mols does not match ChemicalReaction Reactant Templates

ProductTemplateMismatch

To be raised when a provided sequence of Mols does not match ChemicalReaction Product Templates

NoIntermonomerBondsFound

To be raised when search for newly-formed inter-monoer bonds fail

Module Contents

exception polymerist.rdutils.reactions.reactexc.BadNumberReactants[source]

Bases: Exception

To be raised when too many or too few Mols are provided than expected

exception polymerist.rdutils.reactions.reactexc.ReactantTemplateMismatch[source]

Bases: Exception

To be raised when a provided sequence of Mols does not match ChemicalReaction Reactant Templates

exception polymerist.rdutils.reactions.reactexc.ProductTemplateMismatch[source]

Bases: Exception

To be raised when a provided sequence of Mols does not match ChemicalReaction Product Templates

exception polymerist.rdutils.reactions.reactexc.NoIntermonomerBondsFound[source]

Bases: Exception

To be raised when search for newly-formed inter-monoer bonds fail