polymerist.rdutils.reactions.reactexc ===================================== .. py:module:: polymerist.rdutils.reactions.reactexc .. autoapi-nested-parse:: Exceptions specific to reactions Exceptions ---------- .. autoapisummary:: polymerist.rdutils.reactions.reactexc.BadNumberReactants polymerist.rdutils.reactions.reactexc.ReactantTemplateMismatch polymerist.rdutils.reactions.reactexc.ProductTemplateMismatch polymerist.rdutils.reactions.reactexc.NoIntermonomerBondsFound Module Contents --------------- .. py:exception:: BadNumberReactants Bases: :py:obj:`Exception` To be raised when too many or too few Mols are provided than expected .. py:exception:: ReactantTemplateMismatch Bases: :py:obj:`Exception` To be raised when a provided sequence of Mols does not match ChemicalReaction Reactant Templates .. py:exception:: ProductTemplateMismatch Bases: :py:obj:`Exception` To be raised when a provided sequence of Mols does not match ChemicalReaction Product Templates .. py:exception:: NoIntermonomerBondsFound Bases: :py:obj:`Exception` To be raised when search for newly-formed inter-monoer bonds fail