pyiron_base.jobs.job.jobtype

pyiron_base.jobs.job.jobtype#

Jobtype class to create GenericJob type objects

Classes

JobFactory(project)

The job creator is used to create job objects using pr.create.job.Code() where Code can be any external code which is wrapped as pyiron job type.

JobType(class_name, project, job_name[, ...])

The JobTypeBase class creates a new object of a given class type.

JobTypeChoice(*args, **kwargs)

Helper class to choose the job type directly from the project, autocompletion is enabled by overwriting the __dir__() function.