-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow for csv input to createKineticsLibrary.py
created example csv 'test_data.csv' for inputting data. Removed non-csv input functionality and added only csv functionality. requires Pandas as dependency which isn't currently needed for any core in RMG-Py
- Loading branch information
Showing
2 changed files
with
65 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
reactant 1 SMILES, reactant 2 SMILES (optional), product 1 SMILES, product 2 SMILES (optional), A (cm3/mol-s or 1/s), n, Ea (kcal/mol), short description, long description, Author list (semicolon separated), article title, journal, volume, pages, year | ||
CC=CC,[CH3],[CH2]C=CC,C,18.06,3.27,6.85,CBS-QB3 calculation with 1-d rotor treatment at B3LYP/631G(d),Quantum chemistry calculations CBS-QB3 calculation with 1-d rotor treatment at+B3LYP/631G(d)" using Gaussian 03 and Gaussian 09. High-pressure-limit rate coefficient computed TST with Eckart Tunnelling, K. Wang ; S. Villano;A. Dean ,Reactions of allylic radicals that impact molecular weight growth kinetics,Phys. Chem. Chem. Phys.,17,6255-6273,2015 | ||
C=C,[CH3],[CH]=C,C,26.3,3.24,3.27,,,None,,,,, | ||
CCCCC[CH2],,C[CH]CCCC,None,18.4,7.03,7.15,,,,,,,, | ||
|