We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CUSTODIAN_GZIPPED_OUTPUT
1 parent 34dcf1c commit c299bf9Copy full SHA for c299bf9
src/atomate2/settings.py
@@ -44,6 +44,10 @@ class Atomate2Settings(BaseSettings):
44
CUSTODIAN_SCRATCH_DIR: Optional[str] = Field(
45
None, description="Path to scratch directory used by custodian."
46
)
47
+ CUSTODIAN_GZIPPED_OUTPUT: bool = Field(
48
+ False,
49
+ description="Whether Custodian should gzip the files. This parameter "
50
+ "may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR"
51
52
# VASP specific settings
53
VASP_CMD: str = Field(
0 commit comments