pyiron_base.jobs.job

pyiron_base.jobs.job#

Modules

core

The JobCore the most fundamental pyiron job class.

extension

factory

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

generic

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

interactive

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

jobtype

Jobtype class to create GenericJob type objects

path

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

runfunction

template

Template class to define jobs

toolkit

Builtin tools that come with pyiron base.

util

Helper functions for the JobCore and GenericJob objects

wrapper

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