You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2021. It is now read-only.
For chemists and chemical engineers, a great feature would be to visualize molecules.
Given a list of atoms and their coordinates that make up a molecule, a distance-based algorithm could infer bonds. Then GLVisualize.jl could draw the spheres (size and color according to atom) and bonds connecting them.
We study porous materials and my community frequently likes to visualize potential energy contours of a molecule inside of a porous material. This is a visualization I made with VisIt, which would be great to be able to do in GLVisualize.jl
I can certainly help in terms of file formats, bonding rules, color schemes used in the chemistry community.
We are currently writing a Julia package to basically output the 3D array of potential energies, so we could use this example to visualize the contours, but we'd like to be able to see the atoms of the material as well as in the above visualization. Thanks.