Contains the Quantum Operators Object definitions. More...
#include "QOperators.h"
#include "includes.h"
Functions | |
EXPORTED_FUNCTION Ket | operator* (const QOperator &m, const Ket &ket) |
EXPORTED_FUNCTION Bra | operator* (const Bra &bra, const QOperator &m) |
Contains the Quantum Operators Object definitions.
Allows the bra - Operator multiplication, i.e.: m = bra*m;.