Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Obtain the International Union of Pure and Applied Chemistry (IUPAC) temporary designators for new elements
ResourceFunction["ElementDesignator"][z] gives the temporary atomic symbol for the element with atomic number z. | |
ResourceFunction["ElementDesignator"][z, property] gives the value of the specified property for the element with atomic number z. | |
ResourceFunction["ElementDesignator"][{z1, z2,…},property] gives the list of values of the specified property for each of the zi. |
Compute the temporary atomic symbol for element 234:
| In[1]:= |
| Out[1]= |
Determine the temporary name for the element for element 500:
| In[2]:= |
| Out[2]= |
Determine the atomic number for the element with the temporary atomic symbol Ubn:
| In[3]:= |
| Out[3]= |
Return all results as an Association for the element with the temporary name unseptbium:
| In[4]:= |
| Out[4]= |
Determine the temporary atomic symbol for a List of elements:
| In[5]:= |
| Out[5]= |
Atomic numbers start at 1 so 0 and negative integers fail:
| In[6]:= |
| Out[6]= |
Atomic symbols are case sensitive:
| In[7]:= |
| Out[7]= |
Find temporary atomic symbols corresponding to English words with a frequency greater than "dog" for unknown elements with an atomic number less than 1000:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License