Skip to content

Commit

Permalink
Temporarily remove step limit on TS opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilachn91 committed Dec 16, 2024
1 parent 3228ff9 commit d26b253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/adapters/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def write_input_file(self) -> None:
self.level.method = 'cbs-qb3'

# Job type specific options
max_c = 100
max_c = 1000
if 'trsh' in self.args and 'trsh' in self.args['trsh']:
for item in self.args['trsh']['trsh']:
match = re.search(r'maxcycle=(\d+)', item)
Expand Down
Empty file modified dockerfiles/alias_print.sh
100755 → 100644
Empty file.

0 comments on commit d26b253

Please sign in to comment.