pyscfad.ml.gto.mole_pad.MolePad.copy#

MolePad.copy(deep=True)[source]#

Deepcopy of the given Mole object

Some attributes are shared between the original and copied objects. Deepcopy is utilized here to ensure that operations on the copied object do not affect the original object.

Parameters:

deep (bool)

Return type:

MolePad