-
Notifications
You must be signed in to change notification settings - Fork 34
Feature request: molecules #232
Description
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.