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

Visualize geometry optimization trajectory and torsion scans #374

Open
ChayaSt opened this issue Aug 19, 2019 · 8 comments
Open

Visualize geometry optimization trajectory and torsion scans #374

ChayaSt opened this issue Aug 19, 2019 · 8 comments

Comments

@ChayaSt
Copy link
Contributor

ChayaSt commented Aug 19, 2019

Is your feature request related to a problem? Please describe.
When exploring a geometry optimization trajectory or a torsion scan, each molecule needs to be loaded separately which can become cumbersome.

Describe the solution you'd like
Something like NGLViewer to scroll through conformations in a torsion scan or geometry optimization.

@dgasmith
Copy link
Contributor

Yup, this is something that we have been looking at doing for some time. The major issue is that our 3dMol.js pick for molecular visualization is not DOM-wrapped which means that its widget integration is limited. I think we will have to switch over to nglview for this kind of tech, but nglview doesn't have the volumetric rending for orbitals... this will be fun.

This is something I will get back to early September unless someone else tackles it first.

@hainm
Copy link

hainm commented Aug 21, 2019

but nglview doesn't have the volumetric rending for orbitals.

@dgasmith does orbital's volume data have its own format?
Those are supported ones in NGL: MRC/MAP/CCP4, DX/DXBIN, CUBE, BRIX/DSN6, XPLOR/CNS

@dgasmith
Copy link
Contributor

@hainm We could give you any of those formats. Looking through your docs I see this which I missed before (sorry!). Could you provide orbital rendering similar to what you see in the bottom left here?

@hainm
Copy link

hainm commented Aug 21, 2019 via email

@hainm
Copy link

hainm commented Aug 21, 2019

Do you have sample file? Thanks.

nevermind, it's in 3dmol repo.

@hainm
Copy link

hainm commented Aug 21, 2019

Could you provide orbital rendering similar to what you see in the bottom left here?

I think so, close enough, please see below:
volume

@dgasmith
Copy link
Contributor

Ok, I'm sold :). I will look into integration when I get from a few trips.

PS: Will you happen to be at ACS? Might be a good time to hack a few things out.

@hainm
Copy link

hainm commented Aug 21, 2019

PS: Will you happen to be at ACS?

No I won't. Do feel free do open any issue in nglview.

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

3 participants