AutoTST icon indicating copy to clipboard operation
AutoTST copied to clipboard

AutoTST: A framework to perform automated transition state theory calculations

Results 25 AutoTST issues
Sort by recently updated
recently updated
newest added

Currently, AutoTST uses RMG's `generate_resonance_structures()` method to automatically generate resonance structures when an autotst species is initialized. However, occasionally, this resonance generation method raises a `ValueError` when trying to create...

Currently the testing around validating IRCs is a bit lax (as seen in PR #52). We should make a test that reads an existing IRC calculation and validated (and /...

Symmetry numbers calculated using RMG's `symmetry` package tend to result in incorrect estimations of symmetry numbers. Below is an example of ethane which should have a symmetry number of [6](https://webbook.nist.gov/cgi/cbook.cgi?ID=C74840&Mask=800)....

Unit tests currently exist but are very sparse right now for the update methods. This was caught in PR #43 but will be addressed within this issue

For example, if you start 1000 reactions at once (on XSEDE) and 100 of them have a reactant in common, they will each ask themselves "do I have finished log...

From reading about other tools, many will `template` when generating a TS guess. From the AutoTS paper > In addition to interpolation, we have the ability to use geometric information...

ideas to reduce computational cost: 1) during shell minimizations, compare energies with loose convergence criteria to eliminate high energy conformers earlier in the process (don't run high energy conformers all...

At very least we should document that setting this is necessary. It'd be nicer if it wasn't necessary. Is it only used for unit tests? What is it in fact...