Skip to content

Commit

Permalink
Commented out the reset of the job_dict conformers
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Apr 3, 2023
1 parent 6c7513e commit 1953aaf
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 @@ -1743,7 +1743,7 @@ def process_conformers(self, label):
if self.species_dict[label].initial_xyz is None and self.species_dict[label].final_xyz is None \
and not self.testing:
if len(self.species_dict[label].conformers) > 1:
self.job_dict[label]['conformers'] = dict()
#self.job_dict[label]['conformers'] = dict()
for i, xyz in enumerate(self.species_dict[label].conformers):
self.run_job(label=label,
xyz=xyz,
Expand Down

0 comments on commit 1953aaf

Please sign in to comment.