LinearCombinationOfWavepackets¶
About the LinearCombinationOfWavepackets
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.
LinearCombinationOfWavepackets
(dimension, ncomponents)[source]¶ This class is an abstract interface to linear combinations of general but compatible wavepackets.
-
__init__
(dimension, ncomponents)[source]¶ Initialize a new linear combination of wavepackets. This object represents . All wavepackets have the same number components and are defined in the dimensional space.
Raise: NotImplementedError
Abstract interface.
-