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

Visualization of Normal Modes #194

Open
Kr0n0ss opened this issue Mar 10, 2022 · 2 comments
Open

Visualization of Normal Modes #194

Kr0n0ss opened this issue Mar 10, 2022 · 2 comments

Comments

@Kr0n0ss
Copy link

Kr0n0ss commented Mar 10, 2022

Hi,
From what I read in the release notes, there is a way to visualize the normal modes (at least the imaginary one from a TS) with modes3d.py
How do I use it?
Also, I would guess that the hessian calculation would be stored on qm_calcs which could be used for visualization with the appropriate program for each calculator, is this correct?
Thanks.

@eljost
Copy link
Owner

eljost commented Mar 11, 2022

Hi Kr0n0ss,
yes with modes3d.py you can (quite crudely) visualize geometries in 3D. For it to work you have to install ursina (python -m pip install ursina). Then you can execute modes3d.py with either a pysisyphus HDF5-Hessian file or a .trj/.xyz file. I'd really like to improve the script but I don't really have any experience with 3d programming and not much time to dive into this topic.

The whole thing is by no means in any way "production ready" but is handy, sometimes.

Regarding Hessian calculations: If logs are produced they are stored in qm_calcs. When you use Gaussian via pysisyphus you can find the .log/.chk/.fchk files in qm_calcs.

All the best,
Johannes

@Kr0n0ss
Copy link
Author

Kr0n0ss commented Mar 11, 2022

Thanks!

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

2 participants