BasisTransformation¶
About the BasisTransformation
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 BasisTransformation](../_images/inheritance-3aa68c45fc9e18a479635557a86be6ba87c22ed2.png)
Class documentation¶
-
class
WaveBlocksND.
BasisTransformation
(potential)[source]¶ This class is the interface definition for general basis transformation procedures. The transformation switches between the canonical basis of the potential
and its eigenbasis
consisting of the energy levels
with
.
-
__init__
(potential)[source]¶ Create a new
BasisTransformation
instance for a given potential matrix.
Parameters: potential (A MatrixPotential
instance.) – The potential underlying the basis transformation.
-