from_acph5_file#
- classmethod ACPWorkflow.from_acph5_file(acp, acph5_file_path, local_working_directory=None)#
Instantiate an ACP Workflow from an acph5 file.
- Parameters:
acp (ACPInstance[ServerProtocol]) – The ACP Client.
acph5_file_path (str | PathLike[str]) – The path to the acph5 file.
local_working_directory (str | PathLike[str] | None) – The local working directory. If None, a temporary directory will be created.
- Return type:
Examples using ACPWorkflow.from_acph5_file#
Basic selection rules example
Advanced selection rules example
Advanced selection rules example
Thickness definition example