Bug Fixes on Simfiles Directory and Config File

This commit is contained in:
2023-05-11 00:19:28 -03:00
parent f22ad97e4a
commit 6b8848e9c2
5 changed files with 20 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ class Config:
n_procs: int = 1
pop: str = "chelpg"
charge_tolerance = 0.02
comment: str = "crystalpol"
simulation_dir = "simfiles"
charge_tolerance: float = 0.02
simulation_dir: str = "simfiles"
mult: list = \
field(default_factory=lambda: [0, 1])