-
Notifications
You must be signed in to change notification settings - Fork 26
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
coordinate systems and relation to geomeTRIC #30
Comments
It would probably be a challenge. The main difference is that I'm doing block matrix diagonalization to handle bigger systems and have needed to take extra care to reduce the computational overhead of certain functions; for example, the formation of the primitive internal coordinates. I would have liked to put this into geomeTRIC but I haven't had the time to do it. |
I see, since then I took a look and saw that some changes have been made. I am happy to help out with some of this. I was going to add some more periodic boundary support as well, and non-orthogonal cells through ASE's cell and neighbour list definitions. What I have not found readily in the code is the support for surface reactions, specifying slab as cartesians and the rest with TRIC for example. Can I use |
I think supporting periodic boundary can extend the ability of the pyGSM to explore the catalytic reactions. |
You can describe a slab with The I've never done any ASE slab calculations, can you could upload one to the @ms860309 the DLC/TRIC coordinate system used here is not periodic but the electronic structure theory can be periodic (e.g. OpenMM, ASE, etc). I don't think this should be a major problem unless the lattice vectors are changing a lot. This publication Bučko, T. Transition state optimization of periodic systems using delocalized internal coordinates. Theor. Chem. Acc. 137, 1–10 (2018 describes how one can make DLCs/TRIC periodic by introducing lattice parameters. However, it seems too complicated for me to implement easily. |
@craldaz getting back to this, here is an example of with ASE's NEB: I have noticed that using the hybrid indices, the code breaks at the point of adding the end nodes:
|
I came across https://github.com/mina-jafari/surfaceGSM - have all the functionalities from here been integrated into the Python code? |
I understood that some of the coordinate system code has been forked from geomeTRIC, and refactored. I quite like that it lives in multiple files here rather than one long file.
I was going to have a go at trying out and implementing some ideas with coordinate systems, which if work well I would like to commit here and in geomeTRIC as well. Is anyone maintaining changes across these two, how diverged are the two versions of the coordinate system codes? So what do you think is the correct way to go about this? My plan is to develop on the fork of this repo and then port the changes to geomeTRIC as well, how much of a pain will that be?
The text was updated successfully, but these errors were encountered: