Observables¶
About the Observables
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 Observables](../_images/inheritance-28a35e38055ce41f6c8ea5320e1ad58bb34430dd.png)
Class documentation¶
-
class
WaveBlocksND.
Observables
[source]¶ This class is the interface definition for general observable computation procedures.
-
kinetic_energy
(ket, T)[source]¶ Compute the kinetic energy
.
Parameters: - ket – The object denoted by
.
- T – The kinetic energy operator
.
Raise: NotImplementedError
Abstract interface.- ket – The object denoted by
-