pyiron_base.jobs.job

pyiron_base.jobs.job#

Modules

pyiron_base.jobs.job.base

The JobCore the most fundamental pyiron job class.

pyiron_base.jobs.job.extension

pyiron_base.jobs.job.factory

Factories for creating jobs, which may already exist in the database/storage.

pyiron_base.jobs.job.generic

Generic Job class extends the JobCore class with all the functionality to run the job object.

pyiron_base.jobs.job.interactive

InteractiveBase class extends the Generic Job class with all the functionality to run the job object interactivley.

pyiron_base.jobs.job.jobtype

Jobtype class to create GenericJob type objects

pyiron_base.jobs.job.path

The JobPath class enables quick access to the HDF5 data file without loading the full object

pyiron_base.jobs.job.runfunction

pyiron_base.jobs.job.template

Template class to define jobs

pyiron_base.jobs.job.toolkit

Builtin tools that come with pyiron base.

pyiron_base.jobs.job.util

Helper functions for the JobCore and GenericJob objects

pyiron_base.jobs.job.wrapper

The job wrapper is called from the run_job.py script, it restores the job from hdf5 and executes it.