![]() |
The Quantum Exact Simulation Toolkit v4.2.0
|
Functions for applying general all-qubit diagonal matrices, as FullStateDiagMatr. More...
Functions | |
void | applyFullStateDiagMatr (Qureg qureg, FullStateDiagMatr matrix) |
void | applyFullStateDiagMatrPower (Qureg qureg, FullStateDiagMatr matrix, qcomp exponent) |
Functions for applying general all-qubit diagonal matrices, as FullStateDiagMatr.
void applyFullStateDiagMatr | ( | Qureg | qureg, |
FullStateDiagMatr | matrix ) |
Definition at line 458 of file operations.cpp.
Referenced by TEST_CASE().
void applyFullStateDiagMatrPower | ( | Qureg | qureg, |
FullStateDiagMatr | matrix, | ||
qcomp | exponent ) |
Definition at line 467 of file operations.cpp.
Referenced by applyFullStateDiagMatr(), and TEST_CASE().