![]() |
The Quantum Exact Simulation Toolkit v4.2.0
|
Functions for pre- or post-multiplying general full-state diagonal matrices (FullStateDiagMatr), or powers thereof, upon density matrices. More...
Functions | |
void | leftapplyFullStateDiagMatr (Qureg qureg, FullStateDiagMatr matrix) |
void | leftapplyFullStateDiagMatrPower (Qureg qureg, FullStateDiagMatr matrix, qcomp exponent) |
void | rightapplyFullStateDiagMatr (Qureg qureg, FullStateDiagMatr matrix) |
void | rightapplyFullStateDiagMatrPower (Qureg qureg, FullStateDiagMatr matrix, qcomp exponent) |
Functions for pre- or post-multiplying general full-state diagonal matrices (FullStateDiagMatr), or powers thereof, upon density matrices.
void leftapplyFullStateDiagMatr | ( | Qureg | qureg, |
FullStateDiagMatr | matrix ) |
Definition at line 292 of file multiplication.cpp.
Referenced by TEST_CASE().
void leftapplyFullStateDiagMatrPower | ( | Qureg | qureg, |
FullStateDiagMatr | matrix, | ||
qcomp | exponent ) |
Definition at line 300 of file multiplication.cpp.
Referenced by leftapplyFullStateDiagMatr(), and TEST_CASE().
void rightapplyFullStateDiagMatr | ( | Qureg | qureg, |
FullStateDiagMatr | matrix ) |
Definition at line 316 of file multiplication.cpp.
Referenced by TEST_CASE().
void rightapplyFullStateDiagMatrPower | ( | Qureg | qureg, |
FullStateDiagMatr | matrix, | ||
qcomp | exponent ) |
Definition at line 325 of file multiplication.cpp.
Referenced by rightapplyFullStateDiagMatr(), and TEST_CASE().