The WaveBlocks Project
@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin @license: Modified BSD License
This class is an abstract interface to quadratures in general.
Calculate the matrix representation of 
.
| Raises NotImplementedError: | |
|---|---|
| Abstract interface. | |
Note
Arguments may vary through subclasses!
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. | 
|---|
Performs the quadrature of 
 for a general 
.
| Raises NotImplementedError: | |
|---|---|
| Abstract interface. | |
Note
Arguments may vary through subclasses!
Set the GaussHermiteQR instance used for quadrature.
| Parameters: | QR – The new GaussHermiteQR instance. | 
|---|
Transform the quadrature nodes such that they fit the given wavepacket.
| Raises NotImplementedError: | |
|---|---|
| Abstract interface. | |
Note
Arguments may vary through subclasses!