The WaveBlocks Project
@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin @license: Modified BSD License
Calculate the matrix representation of
.
| Parameters: |
|
|---|---|
| Returns: | A square matrix of size |
Create a quadrature rule of the given order.
| Parameters: | qorder – The order of the quadrature rule. |
|---|
Return the GaussHermiteQR instance used for quadrature.
| Returns: | The current instance of the quadrature rule. |
|---|
Mix the two parameter sets
and
from the bra and the ket wavepacket.
| Parameters: |
|
|---|---|
| Returns: | The mixed parameters |
Performs the quadrature of
for a general
.
| Parameters: |
|
|---|---|
| Returns: | The value of |
Note
‘component’ takes precedence over ‘diag_component’ if both are supplied. (Which is discouraged)
Set the GaussHermiteQR instance used for quadrature.
| Parameters: | QR – The new GaussHermiteQR instance. |
|---|
Transform the quadrature nodes such that they fit the given wavepacket.
| Parameters: |
|
|---|