Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert between different quantities of a chemical
ResourceFunction["ChemicalConvert"][quantity,"name",targetunit] attempts to convert a specified quantity of the chemical "name" to the specified targetunit. | |
ResourceFunction["ChemicalConvert"][quantity,entity,targetunit] attempts to convert a specified quantity of the chemical entity to the specified targetunit. | |
ResourceFunction["ChemicalConvert"][quantity,entity,targetunit,{parameter1→quantity1,…}] uses the specified parameters for the conversion. |
Calculate the number of molecules in 10 mL of water:
| In[1]:= |
| Out[1]= |
Calculate the volume in cubic feet of 10 moles of helium:
| In[2]:= |
| Out[2]= |
Calculate the equivalent amount of 10 mL of water at a nonstandard temperature and pressure:
| In[3]:= | ![]() |
| Out[3]= |
Calculate the volume of 5 moles of mercury:
| In[4]:= |
| Out[4]= |
Calculate the mass of a trillion molecules of caffeine:
| In[5]:= |
| Out[5]= |
If the molar mass of a chemical entity cannot be determined, ChemicalConvert remains unevaluated:
| In[6]:= |
| Out[6]= |
If properties of a chemical at a nonstandard temperature and pressure are unavailable, ChemicalConvert remains unevaluated:
| In[7]:= |
| Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License