Base
set_units_core()
Created on 2020-05-11
@author: Vincent Michaud-Rioux
Bases: object
object
The Base class is used to define universal methods and parameters common to nanotools classes.
Returns the object as a dictionary.
Args:
Returns:
Returns a deep copy of the object.
Initialize an object from a JSON file.
Converts all units to the prescribed unit system (recursive).
units (str) – Unit system (‘atomic’ or ‘si’)
Convert all units to the prescribed unit system (recursive).