Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Show a molecule in 3D together with its symmetry elements
ResourceFunction["MoleculeSymmetryPlot3D"][mol] returns a Manipulate combining a 3D plot of the Molecule mol together with graphical depictions of its symmetry elements. |
Tube | rotation axes |
Sphere | inversion centers |
Hyperplane | reflection panes |
Tetramethyl ammonium has Td symmetry:
In[1]:= |
Out[2]= |
Visualize the symmetry elements present:
In[3]:= |
Out[3]= |
Visualize the C2 rotation axes in benzene:
In[4]:= |
Out[4]= |
If a molecule's coordinates are not symmetric, no symmetry elements will be found:
In[5]:= |
Out[6]= |
In[7]:= |
Out[7]= |
Use the Merck molecular force field to find coordinates with higher symmetry:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License