get_transformations#

atomate2.common.utils.get_transformations(transformations, params)[source]#

Get instantiated transformation objects from their names and parameters.

Parameters:
  • transformations (tuple[str, ...]) – name of the transformations

  • params (tuple[dict, ...] | None) – parameters to pass to the transformation objects

Return type:

A list of initiated transformation objects