Skip to content

Commit

Permalink
f! sch
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed Jan 24, 2024
1 parent 0d92bd2 commit 01b1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def run_conformer_jobs(self, labels: Optional[List[str]] = None):
label, 'geometry', 'conformers'),
conf_generation_level=self.conf_generation_level if self.conf_generation_level is not None else None,
conf_path=os.path.join(self.project_directory, 'calcs', 'Species',
f'{label}_multi', 'conf_gen'),
f'{label}_multi', 'input.yml'),
)
self.process_conformers(label)
# TSs:
Expand Down

0 comments on commit 01b1819

Please sign in to comment.