Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Aug 28, 2024
1 parent 0667e17 commit 462ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/trsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ def trsh_keyword_cartesian(job_status, ess_trsh_methods, job_type, trsh_keyword:
Check if the job requires change of cartesian coordinate
"""
if 'InternalCoordinateError' in job_status['keywords'] \
and 'cartesian' not in ess_trsh_methods and job_type == 'opt':
and 'cartesian' not in ess_trsh_methods:
ess_trsh_methods.append('cartesian')
trsh_keyword.append('opt=(cartesian)')
couldnt_trsh = False
Expand Down

0 comments on commit 462ea98

Please sign in to comment.