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¶
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
BasisTransformationinstance for a given potential matrix
.Parameters: potential (A MatrixPotentialinstance.) – The potential underlying the basis transformation.
-