Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
65 changes: 62 additions & 3 deletions input/quantum_corrections/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@
'H': -0.49927840 + SOC['H'], 'N': -54.46141996 + SOC['N'], 'O': -74.89408254 + SOC['O'],
'C': -37.73792713 + SOC['C']
},
# Calculated atomic energies fitted orca 4.2.1 dlpno-ccsd(t)/def2-tzvp NormalPNO
# geometries are optimized at wb97xd/def2ztvp (g16)
# fitted using Colin's BAC algorithm and SOC are included in the correction
# AEs are fitted to neutral and cation molecules with RMSE and MAE 7.99 and 5.96 kJ/mol respectively.
'dlpno-ccsd(t)/def2-tzvp': {
'H': -0.49641082 + SOC['H'], 'C': -37.77260625 + SOC['C'], 'N': -54.50388932 + SOC['N'],
'O': -74.96724914 + SOC['O'], 'F': -99.61983419 + SOC['F'], 'S': -397.63390936 + SOC['S'],
'Cl': -459.6565116 + SOC['Cl']
},

'mp2_rmp2_pvtz': {
'H': -0.49980981 + SOC['H'], 'N': -54.49615972 + SOC['N'], 'O': -74.95506980 + SOC['O'],
Expand Down Expand Up @@ -331,7 +340,15 @@
'H': -0.502803 + SOC['H'], 'N': -54.585652 + SOC['N'], 'O': -75.068286 + SOC['O'],
'C': -37.842014 + SOC['C']
},

# wb97xd/def2tzvp conducted using G16.
# geometries are optimized at wb97xd/def2ztvp (g16)
# fitted using Colin's BAC algorithm and SOC are included in the correction
# AEs are fitted to neutral and cation molecules with RMSE and MAE 9.16 and 6.66 kJ/mol respectively.
'wb97xd/def2tzvp': {
'H': -0.50224721 + SOC['H'], 'C': -37.84221823 + SOC['C'], 'N': -54.58757237 + SOC['N'],
'O': -75.06946654 + SOC['O'], 'F': -99.74118694 + SOC['F'], 'S': -398.10676342 + SOC['S'],
'Cl': -460.14516264 + SOC['Cl']
},
# Calculated atomic energies (unfitted)
'MRCI+Davidson/aug-cc-pV(T+d)Z': {
'H': -0.49982118 + SOC['H'], 'C': -37.78321274 + SOC['C'], 'N': -54.51729444 + SOC['N'],
Expand Down Expand Up @@ -369,6 +386,18 @@
'C=N': -0.30, 'C#N': -1.33, 'N-O': 1.01, 'N_O': -0.03, 'N=O': -0.26,
'N-H': 0.06, 'N-N': -0.23, 'N=N': -0.37, 'N#N': -0.64
},
# fitted using Colin's BAC algorithm and AC are included in the correction units kcal/mol
# BACs are fitted to neutral molecules with RMSE and MAE 5.50 and 3.58 kJ/mol respectively.
'dlpno-ccsd(t)/def2-tzvp': {
'Cl-F': -0.07683, 'N=N': 1.20853, 'N=O': 1.49303, 'Cl-H': 0.00108,
'Cl-N': -0.31383, 'Cl-O': 0.13871, 'Cl-S': -1.26284, 'C-O': -0.04381, 'C-N': -0.42627,
'C-Cl': -0.03151, 'Cl-Cl': -0.22919, 'C-H': 0.12906, 'C-F': 0.37444, 'C-C': -0.43463,
'S=S': -0.39416, 'C#O': 2.70341, 'C#N': 1.37471, 'C-S': -0.03749, 'C#C': -0.66008,
'O-O': 0.09663, 'C=S': 0.80888, 'H-S': 1.23648, 'C=O': 0.88066, 'C=N': 0.03998,
'H-N': -0.49564, 'H-O': -0.41183, 'H-H': 0.6263, 'N#N': 3.71325, 'N-N': 0.74915,
'N-O': -0.62156, 'C=C': -0.63901, 'O=S': -1.39626, 'O-S': -1.37002, 'S-S': 0.1515,
'F-S': -0.68693, 'F-O': 0.09202, 'F-H': -1.68214, 'F-F': 0.95483, 'O=O': -2.64949
},

'cbs-qb3': {
'C-H': -0.11, 'C-C': -0.30, 'C=C': -0.08, 'C#C': -0.64, 'O-H': 0.02, 'C-O': 0.33, 'C=O': 0.55,
Expand Down Expand Up @@ -413,11 +442,41 @@
'O-H': -1.09, 'C-O': -1.18, 'C=O': -0.01, 'N-H': 1.36, 'C-N': -0.44,
'C#N': 0.22, 'C-S': -2.35, 'O=S': -5.19, 'S-H': -0.52,
},

# fitted using Colin's BAC algorithm and AC are included in the correction units kcal/mol
# BACs are fitted to neutral molecules with RMSE and MAE 6.01 and 4.40 kJ/mol respectively.
'wb97xd/def2tzvp': {
'Cl-F': -0.28278, 'N=N': 0.33647, 'N=O': -0.03659, 'Cl-H': -0.7062,
'Cl-N': 0.74929, 'Cl-O': -0.30864, 'Cl-S': 0.09203, 'C-O': 0.11458, 'C-N': 0.5263, 'C-Cl': 0.10176,
'Cl-Cl': 0.76157, 'C-H': -0.05318, 'C-F': 0.54033, 'C-C': 0.19475, 'S=S': -2.68004, 'C#O': -2.32306,
'C#N': -2.28647, 'C-S': -0.10163, 'C#C': -2.4399, 'O-O': 0.34803, 'C=S': -0.16988, 'H-S': 0.74414,
'C=O': 1.00501, 'C=N': -0.68305, 'H-N': -0.52232, 'H-O': -1.18129, 'H-H': -1.76862, 'N#N': -3.84259,
'N-N': 2.66325, 'N-O': 1.69619, 'C=C': -0.11192, 'O=S': -1.33397, 'O-S': -1.71863, 'S-S': 0.5224,
'F-S': -1.28933, 'F-O': -0.03756, 'F-H': -3.71018, 'F-F': -1.71494, 'O=O': -6.70857
},
}

# Melius-type bond additivity correction parameters
mbac = {}
mbac = {
# fitted using Colin's BAC algorithm and AC are included in the correction units kcal/mol
# BACs are fitted to neutral molecules with RMSE and MAE 5.69 and 3.86 kJ/mol respectively.
'dlpno-ccsd(t)/def2-tzvp': {
'atom_corr': {
'C': -2.54554, 'F': -0.40263, 'H': 0.26804, 'Cl': -0.54209, 'O': -0.57949, 'N': -2.20529, 'S': -1.84913},
'bond_corr_length': {
'C': -0.23276, 'F': -0.04107, 'H': 0.23988, 'Cl': 0.22409, 'O': 0.38914, 'N': 0.10006, 'S': 0.21389},
'bond_corr_neighbor': {
'C': 4.29082, 'F': 0.47779, 'H': 0.01691, 'Cl': 0.46756, 'O': 0.03281, 'N': 1.41962, 'S': 0.70839}},

# fitted using Colin's BAC algorithm and AC are included in the correction units kcal/mol
# BACs are fitted to neutral molecules with RMSE and MAE 7.36 and 5.44 kJ/mol respectively.
'wb97xd/def2tzvp': {
'atom_corr': {
'C': 0.62251, 'F': -0.89735, 'H': -0.17636, 'Cl': -0.71731, 'O': -1.80025, 'N': 1.28276, 'S': -1.37114},
'bond_corr_length': {
'C': -0.04942, 'F': 0.13823, 'H': 0.08243, 'Cl': 0.25196, 'O': 0.25446, 'N': -0.19574, 'S': 0.16428},
'bond_corr_neighbor': {
'C': 0.0, 'F': 1.12461, 'H': 0.89579, 'Cl': 0.57391, 'O': 2.4297, 'N': 0.01577, 'S': 0.79889}}
}


# Frequency scale factors
Expand Down
68 changes: 68 additions & 0 deletions input/reference_sets/main/(E)-Diazene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@ adjacency_list: |
3 H u0 p0 c0 {1,S}
4 H u0 p0 c0 {2,S}
calculated_data:
dlpno-ccsd(t)/def2-tzvp//wb97xd/def2tzvp:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we establish consistent naming conventions everywhere and use notation including hyphens, i.e., dlpno-ccsd(t)/def2-tzvp//wb97x-d/def2-tzvp. I also note this in ReactionMechanismGenerator/RMG-Py#1935.

class: CalculatedDataEntry
thermo_data:
H298:
class: ScalarQuantity
units: kcal/mol
value: 47.68447478939155
class: ThermoData
xyz_dict:
coords:
class: np_array
object:
- - 1.173306
- -0.659512
- 0.0
- - 0.585854
- 0.18777799999999997
- 0.0
- - -0.585854
- -0.18777799999999997
- 0.0
- - -1.173306
- 0.659512
- 0.0
isotopes:
- 1
- 14
- 14
- 1
symbols:
- H
- N
- N
- H
wb97m-v/def2-tzvpd:
class: CalculatedDataEntry
thermo_data:
Expand Down Expand Up @@ -39,6 +73,40 @@ calculated_data:
- N
- N
- H
wb97xd/def2tzvp:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment here. wb97x-d/def2-tzvp.

class: CalculatedDataEntry
thermo_data:
H298:
class: ScalarQuantity
units: kcal/mol
value: 50.351790066219124
class: ThermoData
xyz_dict:
coords:
class: np_array
object:
- - 1.173306
- -0.659512
- 0.0
- - 0.585854
- 0.18777799999999997
- 0.0
- - -0.585854
- -0.18777799999999997
- 0.0
- - -1.173306
- 0.659512
- 0.0
isotopes:
- 1
- 14
- 14
- 1
symbols:
- H
- N
- N
- H
charge: 0
class: ReferenceSpecies
datetime: 2020-02-24 11:05
Expand Down
118 changes: 118 additions & 0 deletions input/reference_sets/main/(Methylamino)methyl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,65 @@ adjacency_list: |
8 H u0 p0 c0 {3,S}
9 H u0 p0 c0 {3,S}
calculated_data:
dlpno-ccsd(t)/def2-tzvp//wb97xd/def2tzvp:
class: CalculatedDataEntry
thermo_data:
H298:
class: ScalarQuantity
units: kcal/mol
value: 37.207910288153926
class: ThermoData
xyz_dict:
coords:
class: np_array
object:
- - 1.1836589999999996
- -0.18572599999999997
- -0.033136
- - -0.09358099999999998
- 0.469927
- 0.12128899999999997
- - -1.248889
- -0.255062
- -0.086858
- - 1.376637
- -0.509004
- -1.064061
- - 1.213643
- -1.068478
- 0.6085849999999998
- - 1.983178
- 0.485065
- 0.281338
- - -0.11858299999999997
- 1.412398
- -0.230751
- - -2.181597
- 0.28983
- -0.052716999999999986
- - -1.234142
- -1.290484
- 0.227073
isotopes:
- 12
- 14
- 12
- 1
- 1
- 1
- 1
- 1
- 1
symbols:
- C
- N
- C
- H
- H
- H
- H
- H
- H
wb97m-v/def2-tzvpd:
class: CalculatedDataEntry
thermo_data:
Expand Down Expand Up @@ -70,6 +129,65 @@ calculated_data:
- H
- H
- H
wb97xd/def2tzvp:
class: CalculatedDataEntry
thermo_data:
H298:
class: ScalarQuantity
units: kcal/mol
value: 34.691220161699285
class: ThermoData
xyz_dict:
coords:
class: np_array
object:
- - 1.1836589999999996
- -0.18572599999999997
- -0.033136
- - -0.09358099999999998
- 0.469927
- 0.12128899999999997
- - -1.248889
- -0.255062
- -0.086858
- - 1.376637
- -0.509004
- -1.064061
- - 1.213643
- -1.068478
- 0.6085849999999998
- - 1.983178
- 0.485065
- 0.281338
- - -0.11858299999999997
- 1.412398
- -0.230751
- - -2.181597
- 0.28983
- -0.052716999999999986
- - -1.234142
- -1.290484
- 0.227073
isotopes:
- 12
- 14
- 12
- 1
- 1
- 1
- 1
- 1
- 1
symbols:
- C
- N
- C
- H
- H
- H
- H
- H
- H
charge: 0
class: ReferenceSpecies
datetime: 2020-02-24 11:05
Expand Down
Loading