7.9.1. ParAMS Converters

Functions that convert various data and job types into ParAMS-readable formats.

7.9.1.1. AMS Job to Settings

ams_to_settings(fpath: str)scm.plams.core.settings.Settings

Extracts and returns the complete Settings of a job stored in fpath.
Fpath must either point to a ams.rkf or a *.run file.

7.9.1.2. AMS Job to Engine

ams_to_engine(fpath: str)scm.params.core.engines.Engine

Extracts and returns the Engine associated with a job stored in fpath.
Fpath must either point to a ams.rkf or a *.run file.