Skip to content

Commit 7e0a475

Browse files
committed
Black formatting and fixing line endings in an example.
1 parent 8df886c commit 7e0a475

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
bonds = {
4-
'C-C': 4,
5-
'C-H': 8,
6-
'C=C': 3,
4+
"C-C": 4,
5+
"C-H": 8,
6+
"C=C": 3,
77
}
88

99
externalSymmetry = 1
@@ -12,12 +12,10 @@
1212

1313
opticalIsomers = 1
1414

15-
energy = {
16-
'CBS-QB3': Log('TolueneEnergy.log')
17-
}
15+
energy = {"CBS-QB3": Log("TolueneEnergy.log")}
1816

19-
geometry = Log('TolueneFreq.log')
17+
geometry = Log("TolueneFreq.log")
2018

21-
frequencies = Log('TolueneFreq.log')
19+
frequencies = Log("TolueneFreq.log")
2220

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

0 commit comments

Comments
 (0)