nanotools.dipole module
Created on 2020-05-11
@author: Vincent Michaud-Rioux
- class nanotools.dipole.Dipole(system, energy=NOTHING, solver=NOTHING)[source]
Bases:
Base
Dipole
class.Examples:
calc = Dipole.from_totalenergy("nano_scf_out.json") print(calc.get_dipole_moment())
- classmethod from_totalenergy(totalenergy, **kwargs)[source]
Initializes a
Dipole
object from aTotalEnergy
calculator.