Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Apr 3, 2023
1 parent eafb1e8 commit 14617e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/atomate2/vasp/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def copy_vasp_outputs(
src_host: str | None = None,
additional_vasp_files: Sequence[str] = (),
contcar_to_poscar: bool = True,
file_client: FileClient | None = None,
force_overwrite: bool = False,
file_client: FileClient | None = None,
):
"""
Copy VASP output files to the current directory.
Expand All @@ -51,6 +51,8 @@ def copy_vasp_outputs(
Additional files to copy, e.g. ["CHGCAR", "WAVECAR"].
contcar_to_poscar : bool
Move CONTCAR to POSCAR (original POSCAR is not copied).
force_overwrite : bool
If True, overwrite existing files during the copy step.
file_client : .FileClient
A file client to use for performing file operations.
"""
Expand Down

0 comments on commit 14617e2

Please sign in to comment.