-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run AutoTST #81
Comments
Hi there! Thank you for reaching out! At its present set up, AutoTST does not have an input file method similar to RMG's inputs. We are working to make this and have it as a ToDo (see #65). This is one of the issues that we hope to resolve soon (and now will move this to the top of our priority list!). To specifically answer your questions:
These files can be parsed out by AutoTST and used with RMG. I'm sorry that the code isn't doing what you need at the moment. Are you trying to calculate all reaction rates from an RMG-created model and parse that out into mechanism file? |
Hi, @nateharms. Thank you for your response! And, yes, we are trying to use RMG to generate some aromatic combustion mechanisms and hope AutoTST can calculate and improve all reaction rates from those RMG mechanisms and then parse those rates out into the final mechanism. |
Adding up to this issue. Some queries, AutoTST requires Gaussian package to be installed in computer? How to submit a job for AutoTST after activating autotst environment. How does the input structure looks like. Are there any pdf documentation for using AutoTST, so the one can follow it. For. e.g, I would like to know how any give molecule can decompose in different ways. |
Hello, developers. I have created AutoTST environment on my Mac, but there is no guide to tell us how to run or activate AutoTST simulation.
Because the AutoTST is based on RMG, my guess is that once we activate AutoTST environment (tst_env), we can run AutoTST as same as run RMG, for example, type " rmg.py input.py" in the terminal (it actually works).
Here are my questions, 1st, do we need to modify input file to tell RMG we need to activate AutoTST; 2nd, what and where is the output of AutoTST simulation, for example, when we finish RMG simulation, we can get a mechanism(chem.inp), for AutoTST what kind of files we are looking for?
Regard to the 2nd question, I run 2 RMG simulations under rmg_env environment and tst_env environment with the same input, respectively. After finishing these 2 simulations, I found that they have exactly the same output files, so I wonder if I activate AutoTST under the tst_env environment.
Below is my simple input file, just for the test.
input.txt
Looking forward to your response, thanks!!
The text was updated successfully, but these errors were encountered: