pyiron_base.jobs.job#
Modules
The JobCore the most fundamental pyiron job class. |
|
Factories for creating jobs, which may already exist in the database/storage. |
|
Generic Job class extends the JobCore class with all the functionality to run the job object. |
|
InteractiveBase class extends the Generic Job class with all the functionality to run the job object interactivley. |
|
Jobtype class to create GenericJob type objects |
|
The JobPath class enables quick access to the HDF5 data file without loading the full object |
|
Template class to define jobs |
|
Builtin tools that come with pyiron base. |
|
Helper functions for the JobCore and GenericJob objects |
|
The job wrapper is called from the run_job.py script, it restores the job from hdf5 and executes it. |