Skip to content

exploded

exploded(ne=False)

Returns the sorted atomic-symbol list (with repetition) for every species in the collection, in catalogue order. For example, H2O yields ["H", "H", "O"]. Charge tokens ("+", "-") are included. Pass ne=True to drop the electron species "e-".

Parameters

ne : bool, optional
If True, excludes the electron species "e-" from the returned vector. Default False.

Returns

Vector[list[str]]
Sorted atomic-symbol list (with repetition) for each species, in catalogue order.