pyscfad.ml.gto.mole_pad.MolePad.tot_electrons#

MolePad.tot_electrons()[source]#

Total number of electrons for the given molecule

Returns:

electron number in integer

Examples:

>>> mol = gto.M(atom='H 0 1 0; C 0 0 1', charge=1)
>>> mol.tot_electrons()
6