rxn.reaction_preprocessing.special_tokens.add_heat_token

rxn.reaction_preprocessing.special_tokens.add_heat_token(reaction_or_list, in_place=False)[source]

Add the heat token to the precursors of a reaction or list of SMILES.

Parameters
  • reaction_or_list (TypeVar(ReactionOrList, ReactionEquation, List[str])) –

  • in_place (bool, default: False) –

Return type

TypeVar(ReactionOrList, ReactionEquation, List[str])