pyiron_base.jobs.job.jobtype#
Jobtype class to create GenericJob type objects
Classes
|
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. |
|
The JobTypeBase class creates a new object of a given class type. |
|
Helper class to choose the job type directly from the project, autocompletion is enabled by overwriting the __dir__() function. |