![]() |
The Quantum Exact Simulation Toolkit v4.0.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) |
void | multiplyFullStateDiagMatr (Qureg qureg, FullStateDiagMatr matrix) |
void | multiplyFullStateDiagMatrPower (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 412 of file operations.cpp.
Referenced by TEST_CASE().
void applyFullStateDiagMatrPower | ( | Qureg | qureg, |
FullStateDiagMatr | matrix, | ||
qcomp | exponent ) |
Definition at line 421 of file operations.cpp.
Referenced by applyFullStateDiagMatr(), and TEST_CASE().
void multiplyFullStateDiagMatr | ( | Qureg | qureg, |
FullStateDiagMatr | matrix ) |
Definition at line 392 of file operations.cpp.
Referenced by TEST_CASE().
void multiplyFullStateDiagMatrPower | ( | Qureg | qureg, |
FullStateDiagMatr | matrix, | ||
qcomp | exponent ) |
Definition at line 400 of file operations.cpp.
Referenced by multiplyFullStateDiagMatr(), and TEST_CASE().