Skip to content

Commit

Permalink
temp! n_confs set to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed May 24, 2024
1 parent 1cc8632 commit d5c7f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def __init__(self,
job_types: Optional[Dict[str, bool]] = None,
level_of_theory: str = '',
max_job_time: Optional[float] = None,
n_confs: int = 10,
n_confs: int = 50,
opt_level: Optional[Union[str, dict, Level]] = None,
orbitals_level: Optional[Union[str, dict, Level]] = None,
output: Optional[dict] = None,
Expand Down

0 comments on commit d5c7f74

Please sign in to comment.