rxn.reaction_preprocessing.special_tokens.strip_heat_token
- rxn.reaction_preprocessing.special_tokens.strip_heat_token(reaction_or_list, in_place=False)[source]
Strip the heat from a reaction or list of SMILES strings.
- Parameters
reaction_or_list (
TypeVar
(ReactionOrList
,ReactionEquation
,List
[str
])) –in_place (
bool
, default:False
) –
- Return type
TypeVar
(ReactionOrList
,ReactionEquation
,List
[str
])