GradientLinearCombinationHAWP¶
About the GradientLinearCombinationHAWP
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¶
![Inheritance diagram of GradientLinearCombinationHAWP](../_images/inheritance-ff4496f30660859d83c44962f430e44131976c97.png)
Class documentation¶
-
class
WaveBlocksND.
GradientLinearCombinationHAWP
[source]¶ This class implements the computation of the action of the gradient operator
applied to a linear combination
of Hagedorn wavepackets
.
-
apply_gradient
(lincomb, component=None)[source]¶ Compute the effect of the gradient operator
on the linear combination
of Hagedorn wavepackets
.
Parameters: - lincomb (A
LinearCombinationOfHAWPs
instance.) – The linear combination.
- component (Integer or
None
.) – The indexof the component
.
Returns: One linear combination
containing the gradients for the component
for each space dimension component
.
- lincomb (A
-