Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Wolfram Language functions for Chemistry
Contributed by: Jason Biggs, Wolfram Research
This package provides a wide range of capabilities for chemists, biochemists, and anyone else who works with molecular structures. The functions defined here expand upon the existing chemistry functions built into the Wolfram Language. With functions for substructure matching, molecule joining, and visualization, as well as dynamic controls and predicate functions, this package can help you explore and analyze molecules in new and powerful ways. Whether you're looking to identify rings, test for stereochemistry, or arrange molecule plots in a grid, the functions in this package can help you get the job done efficiently and accurately.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["WolframChemistry/ChemistryFunctions"]
Find the empirical formula for a compound that is 64.3% carbon, 7.2% hydrogen, and 28.5% oxygen:
In[1]:= |
Out[1]= |
Create a plot showing the electrons in the radioactive element californium:
In[2]:= |
Out[2]= |
Join two benzene molecules to make biphenyl:
In[3]:= |
Out[3]= |
Join 15 benzene molecules together in a ring and plot it in 3D:
In[4]:= |
Out[4]= |
Remove waters of hydration from a molecule downloaded from an external database:
In[5]:= |
Out[5]= |
Create a grid of molecule diagrams:
In[6]:= |
Out[4]= |
Find the scaffold for a molecule and highlight it in a 2D plot:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
Wolfram Language Version 13.1