datamol.reactions
¶
_reactions
¶
apply_reaction(rxn, mol, react_pos, single_output=False)
¶
Apply a chemical reaction on a molecule
Source code in datamol/reactions/_reactions.py
26 27 28 29 |
|
can_react(rxn, mol)
¶
Check if a molecule is a reactant to a chemical reaction and return position
Source code in datamol/reactions/_reactions.py
55 56 57 58 |
|
compute_reaction_product(out, single_output=True)
¶
Compute the product of a reaction
Source code in datamol/reactions/_reactions.py
15 16 17 18 19 20 21 22 23 |
|
inverse_reaction(rxn)
¶
Get the reverse reaction of the input reaction
Source code in datamol/reactions/_reactions.py
85 86 87 88 89 90 91 92 93 |
|
is_reaction_ok(rxn)
¶
Check is the reaction is synthetically valid
Source code in datamol/reactions/_reactions.py
10 11 12 |
|