pyiron_base.jobs.master.generic

pyiron_base.jobs.master.generic#

The GenericMaster is the template class for all meta jobs

Functions

get_function_from_string(function_str)

Convert a string of source code to a function

Classes

GenericMaster(project, job_name)

The GenericMaster is the template class for all meta jobs - meaning all jobs which contain multiple other jobs.