crunchflow.input.databases.aqueous.AqueousReaction ================================================== .. py:class:: crunchflow.input.databases.aqueous.AqueousReaction One &Aqueous entry (reaction stoichiometry) from an aqueous kinetics database. :Attributes: **name** : str Reaction label/name as it appears after '&Aqueous'. **reaction** : Reaction Stoichiometry map (species -> coefficient). Convention is parser-defined but typically negatives for reactants and positives for products. .. !! processed by numpydoc !! .. py:method:: __str__() -> str Print as an &Aqueous block: &Aqueous name = type = # if available stoichiometry = ... keq = # if available / .. !! processed by numpydoc !!