Position¶
About the Position
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.
Position
[source]¶ This class implements the computation of the action of the position operator
.
-
apply_position
(wavepacket, *, component=None)[source]¶ Compute the effect of the position operator
on the basis functions
of a component
of a wavepacket
.
Parameters: - wavepacket – The wavepacket
containing
.
- component (Integer or
None
.) – The indexof the component
.
Returns: Extended basis shape
and new coefficients
.
- wavepacket – The wavepacket
-