SocketIOStaticMaker¶
- class atomate2.aims.jobs.core.SocketIOStaticMaker(name='SCF Calculations Socket', input_set_generator=<factory>, write_input_set_kwargs=<factory>, copy_aims_kwargs=<factory>, run_aims_kwargs=<factory>, task_document_kwargs=<factory>, stop_children_kwargs=<factory>, write_additional_data=<factory>, store_output_data=True, calc_type='multi_scf', host='localhost', port=12345)[source]¶
Bases:
BaseAimsMaker
Maker for the SocketIO calculator in FHI-aims.
- Parameters:
calc_type (str) – The type key for the calculation
name (str) – The job name
host (str) – The name of the host to maintain the socket server on
port (int) – The port number the socket server will listen on
input_set_generator (.AimsInputGenerator) – The InputGenerator for the calculation
store_output_data (bool)