Skip to content
Snippets Groups Projects
Commit 69a78d7f authored by CitrangoloDestro Fabiola's avatar CitrangoloDestro Fabiola
Browse files

Update README.md

parent f2e8ff1f
No related branches found
No related tags found
No related merge requests found
# Correction factor for isomerisation reactions
Function that takes the smiles of a reactant and product of an alkyl isomerisation and returns the Arrhenius parameters
Dependencies:
Rdkit env ==> https://www.rdkit.org/docs/Install.html
Platon for windows ==> https://www.chem.gla.ac.uk/~louis/software/platon/
/!\ Platon code must be installed in "C:/pwt/" directory, for the moment the function is only available for windows systems. It can be adapted.
Example of use:
Rsmi="C[CH]CCC"
Psmi="CC[CH]CC"
arr= matchreaction(Rsmi,Psmi)
## Getting started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment