diff --git a/arc/species/conformers.py b/arc/species/conformers.py index 52b36e689a..eb9f1ef990 100644 --- a/arc/species/conformers.py +++ b/arc/species/conformers.py @@ -1566,7 +1566,7 @@ def find_internal_rotors(mol): rotor['trsh_counter'] = 0 rotor['trsh_methods'] = list() rotor['scan_path'] = '' - rotor['directed_scan_type'] = 'ess' # default to 'ess', changed in initialize_directed_rotors() + rotor['directed_scan_type'] = '' rotor['directed_scan'] = dict() rotor['dimensions'] = 1 rotor['original_dihedrals'] = list()