serial_job
despasito.utils.parallelization.MultiprocessingJob.serial_job
- static MultiprocessingJob.serial_job(func, inputs)[source]
This function will serially perform thermodynamic jobs.
- Parameters:
func (function) – Function used in job
inputs (tuple) – The input arguments for this job
- Returns:
output – This structure contains the outputs of the jobs given
- Return type:
tuple