pyiron_atomistics.thermodynamics.interfacemethod.set_server

Contents

pyiron_atomistics.thermodynamics.interfacemethod.set_server#

pyiron_atomistics.thermodynamics.interfacemethod.set_server(job, project_parameter)[source]#

Set the potential, queue and cpu_cores defined in the project_parameter dictionary to the job object.

Parameters:
  • job (GenericJob) – Job object

  • project_parameter (dict) – Dictionary with the keys potential and cpu_cores and optionally queue

Returns:

Updated job object

Return type:

GenericJob