spindry.Atom
- class spindry.Atom(id, element_string, radius=None, sigma=None, epsilon=None, charge=None)[source]
Bases:
objectAtom.
- Parameters:
id (int) – ID to be assigned to atom.
element_string (str) – Atom element symbol as string.
radius (float | None) – Radius (Default is from STREUSSEL) in angstrom.
sigma (float | None) – Value of sigma for custom potentials.
epsilon (float | None) – Value of epsilon for custom potentials.
charge (float | None) – Value of atomic charge for custom potentials.
Methods
Get atom element symbol.
Get atom ID.
Get atomic radius (STREUSEL).
Attributes