Molecule#

class atompy.physics.Molecule(atoms)[source]#

Methods

charges()

Retrieve all charges of atoms in the molecule.

copy()

Retrieve a copy of the molecule.

kinetic_energy_release()

Kinetic energy of all atoms of the molecule in rest frame.

masses()

Retrieve all masses of atoms in the molecule.

mom_sum()

Sum momentum of all atoms in the molecule.

momenta()

Retrieve all momenta of atoms in the molecule.

names()

Retrieve all names of atoms in the molecule.

positions()

Retrieve all positions of atoms in the molecule.

speeds()

Retrieve all speeds of atoms in the molecule.