MHMRunner#

class mhm_tools.pre.create_mhm_restart_from_setup.MHMRunner(mhm_packages=None, mhm_args=None)[source]#

Bases: object

Run mHM through its Python bindings in the base directory of a setup.

Methods

get_command()

Return the shell command used to run mHM via its Python bindings.

run_mhm(setup_path)

Run mHM in setup_path and raise when it exits unsuccessfully.

get_command()[source]#

Return the shell command used to run mHM via its Python bindings.

run_mhm(setup_path)[source]#

Run mHM in setup_path and raise when it exits unsuccessfully.