copy_amset_files
copy_amset_files#
- atomate2.amset.files.copy_amset_files(src_dir: Path | str, src_host: str | None = None, file_client: FileClient = None)[source]#
Copy AMSET files to current directory.
This function will gunzip any gzipped files.
- Parameters
- src_dir
Path
orstr
The source directory.
- src_host
str
orNone
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.- file_client
FileClient
A file client to use for performing file operations.
- src_dir