sponge.control.get_integrator
- sponge.control.get_integrator(cls_name: Union[str, dict, Integrator], system: Molecule, **kwargs)[source]
Get an object of an integrator.
- Parameters
cls_name (Union[str, dict,
sponge.control.Integrator
]) – Class name, arguments or object of a integratorsystem (
sponge.system.Molecule
) – Simulation system.**kwargs – Other arguments.
- Returns
sponge.control.Integrator
, object of integrator.