MAXRD SYMBOL
GetElements

GetElements[formula]
returns a list of the chemical elements contained in formula.
GetElements[crystal]
returns a list of all chemical elements contained in $CrystalData for crystal.
Details and OptionsDetails and Options
- Each element will only appear once in output.
- Options:
-
"IgnoreIonCharge" True ignore the charge of ions "Tally" False whether to count the number of various elements - If the elements of a crystal is queried, the function will first lookup the key "ChemicalFormula" in $CrystalData and execute that string. If the key is missing, a list of the atom species found in "AtomData" will be returned.