Skip to content

Commit

Permalink
Merge pull request #121 from ReactionMechanismGenerator/dcan_default
Browse files Browse the repository at this point in the history
Set the 1d_rotors settings directive to True by default
  • Loading branch information
alongd committed Apr 29, 2019
2 parents 44030c4 + cad9cec commit d6e8ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
# List here job types to execute by default
default_job_types = {'conformers': True, # defaults to True if not specified
'opt': True, # defaults to True if not specified
'fine_grid': True, # defaults to True if not specified
'fine_grid': True, # defaults to True if not specified
'freq': True, # defaults to True if not specified
'sp': True, # defaults to True if not specified
'1d_rotors': False, # defaults to True if not specified
'1d_rotors': True, # defaults to True if not specified
'orbitals': False, # defaults to False if not specified
'lennard_jones': False, # defaults to False if not specified
}
Expand Down

0 comments on commit d6e8ecd

Please sign in to comment.