Skip to content

Commit

Permalink
Black formatting and fixing line endings in an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Aug 3, 2023
1 parent 4956f72 commit 0f9795c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/arkane/species/Toulene_Hindered_Rotor_SemiClassicalND/toluene_HinderedRotor.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
bonds = {
'C-C': 4,
'C-H': 8,
'C=C': 3,
"C-C": 4,
"C-H": 8,
"C=C": 3,
}

externalSymmetry = 1
Expand All @@ -12,12 +12,10 @@

opticalIsomers = 1

energy = {
'CBS-QB3': Log('TolueneEnergy.log')
}
energy = {"CBS-QB3": Log("TolueneEnergy.log")}

geometry = Log('TolueneFreq.log')
geometry = Log("TolueneFreq.log")

frequencies = Log('TolueneFreq.log')
frequencies = Log("TolueneFreq.log")

rotors = [HinderedRotorClassicalND(calc_path="TolueneRot1.log", pivots=[[3, 12]], tops=[[12, 13, 14, 15]], sigmas=[6], semiclassical=True)]

0 comments on commit 0f9795c

Please sign in to comment.