Skip to content

Commit 2b9754b

Browse files
alongdamarkpayne
authored andcommitted
Corrected modelChemistry in Cantherm species examples
to match the actual calculation modelChemistry
1 parent a97ef74 commit 2b9754b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/cantherm/species/C2H4/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
33

4-
modelChemistry = "Klip_2"
4+
modelChemistry = "CBS-QB3"
55
frequencyScaleFactor = 0.99
66
useHinderedRotors = True
77
useBondCorrections = False

examples/cantherm/species/C2H5/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
modelChemistry = "Klip_2"
4+
modelChemistry = "CBS-QB3"
55
frequencyScaleFactor = 0.99
66
useHinderedRotors = True
77
useBondCorrections = True

examples/cantherm/species/C2H6/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
33

4-
modelChemistry = "Klip_2"
4+
modelChemistry = "CBS-QB3"
55
frequencyScaleFactor = 0.99
66
useHinderedRotors = True
77
useBondCorrections = False

examples/cantherm/species/H/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
modelChemistry = "Klip_2"
4+
modelChemistry = "CBS-QB3"
55
frequencyScaleFactor = 0.99
66
useHinderedRotors = True
77
useBondCorrections = True

0 commit comments

Comments
 (0)