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

Transition state search #4

Open
isayev opened this issue Aug 16, 2017 · 4 comments
Open

Transition state search #4

isayev opened this issue Aug 16, 2017 · 4 comments

Comments

@isayev
Copy link

isayev commented Aug 16, 2017

Kudos to the author, finally a descent open source python implementation! Quick question, can you do TS (saddle points) optimization out of the box?

@jhrmnn
Copy link
Owner

jhrmnn commented Aug 16, 2017

No, it can't. Most of the ingredients are here though. One would need to (1) remove the line interpolation and (2) modify the quadratic step such that (ii) the second instead of the first eigenvector of the RFO matrix is taken and (ii) the root of the shifted RFO eq is searched for between the first and second eigenvalue instead of below the first.

Also, while I'm sure that the algorithm used here is pretty close to the state of the art for minimization, I have no idea whether that would be also true for the TS search.

I'll leave this issue open as a feature request.

@jhrmnn jhrmnn changed the title TS search Transition state search Aug 16, 2017
@espottesmith
Copy link

Hello.

Is this feature under active development, or are you still waiting for assistance? A native Python transition-state optimization algorithm would be greatly helpful for my research, and I would be interested in working to develop such an algorithm on top of the existing pyberny code.

@jhrmnn
Copy link
Owner

jhrmnn commented Oct 4, 2019

It is not under active development, and the status hasn't changed since my comment above.

I would most welcome this kind of effort and would be very happy to help if you encounter any issues or ambiguities with the existing code.

Also, I'm not aware that anyone else would be working towards this feature in Pyberny.

@espottesmith
Copy link

Excellent! I'll begin work and let you know what problems, if any, I encounter.

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

No branches or pull requests

3 participants