Skip to content
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

log to TS #75

Open
davidfarinajr opened this issue May 5, 2020 · 0 comments
Open

log to TS #75

davidfarinajr opened this issue May 5, 2020 · 0 comments

Comments

@davidfarinajr
Copy link
Collaborator

To update the TS database, we need to work backwards: generate a TS from a log file. We currently rely on the atom sorting labels to identify the atoms in the reaction center. However, sometimes the sorting labels in the log file don't match up with the TS sorting labels (if using a different version of ase for example). We could make the log to TS method more robust if we include key information in the gaussian log file needed to generate the TS, such as ts.reaction_label, ts.reaction_family, ts.direction, and ts.rmg_molecule.get_all_labeled_atoms(). We could do this by adding these attributes to the title block of the gaussian input file (unfortunately Gaussian doesn't print comments in output). However, ase's gaussian calculator does not have a title parameter (it just writes Gaussian input prepared by ASE), so we would need to change ase Gaussian code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant