Wavepacket¶
About the Wavepacket
class¶
The WaveBlocks Project
@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 R. Bourquin @license: Modified BSD License
Inheritance diagram¶
Class documentation¶
-
class
WaveBlocksND.
Wavepacket
(parameters)[source]¶ This class is an abstract interface to wavepackets in general.
-
clone
()[source]¶ Clone the wavepacket. Return a new copy of the wavepacket and make sure that all references between the two wavepackets get broken.
Raise: NotImplementedError
Abstract interface.
-
gen_id
()[source]¶ Generate an (unique) ID per wavepacket instance.
Note
The
packet id
is a string of length 32 because this is exactly the length of an ‘md5’ digest in hex representation.
-