copy_aims_outputs¶
- atomate2.aims.files.copy_aims_outputs(src_dir, src_host=None, additional_aims_files=None, restart_to_input=False, file_client=None)[source]¶
Copy FHI-aims output files to the current directory (inspired by CP2K plugin).
- Parameters:
src_dir (str or Path) – The source directory.
src_host (str or None) – The source hostname used to specify a remote filesystem. Can be given as either “username@remote_host” or just “remote_host” in which case the username will be inferred from the current user. If
None
, the local filesystem will be used as the source.additional_aims_files (list[str]) – Additional files to copy
restart_to_input (bool) – Move the aims restart files to by the aims input in the new directory
file_client (.FileClient) – A file client to use for performing file operations.
- Return type:
None