![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Testing utilities for converting QuEST API structures (like Qureg, CompMatr, PauliStr) to/from testing types (like qvector and qmatrix). More...
Functions | |
qmatrix | getMatrix (CompMatr) |
qmatrix | getMatrix (CompMatr1) |
qmatrix | getMatrix (CompMatr2) |
qmatrix | getMatrix (DiagMatr) |
qmatrix | getMatrix (DiagMatr1) |
qmatrix | getMatrix (DiagMatr2) |
qmatrix | getMatrix (PauliStr str, int numQubits) |
qmatrix | getMatrix (PauliStr str, vector< int > targs) |
qmatrix | getMatrix (PauliStrSum sum, int numQubits) |
qmatrix | getMatrix (Qureg) |
qmatrix | getMatrix (SuperOp) |
qvector | getVector (Qureg) |
void | setQuregToReference (Qureg, qmatrix) |
void | setQuregToReference (Qureg, qvector) |
Testing utilities for converting QuEST API structures (like Qureg, CompMatr, PauliStr) to/from testing types (like qvector and qmatrix).
qmatrix getMatrix | ( | CompMatr | m | ) |
Definition at line 126 of file convert.cpp.
qmatrix getMatrix | ( | CompMatr1 | m | ) |
Definition at line 124 of file convert.cpp.
qmatrix getMatrix | ( | CompMatr2 | m | ) |
Definition at line 125 of file convert.cpp.
qmatrix getMatrix | ( | DiagMatr | m | ) |
Definition at line 129 of file convert.cpp.
qmatrix getMatrix | ( | DiagMatr1 | m | ) |
Definition at line 127 of file convert.cpp.
qmatrix getMatrix | ( | DiagMatr2 | m | ) |
Definition at line 128 of file convert.cpp.
qmatrix getMatrix | ( | PauliStr | str, |
int | numQubits ) |
Definition at line 159 of file convert.cpp.
qmatrix getMatrix | ( | PauliStr | str, |
vector< int > | targs ) |
Definition at line 144 of file convert.cpp.
qmatrix getMatrix | ( | PauliStrSum | sum, |
int | numQubits ) |
Definition at line 166 of file convert.cpp.
qmatrix getMatrix | ( | Qureg | qureg | ) |
Definition at line 67 of file convert.cpp.
qmatrix getMatrix | ( | SuperOp | m | ) |
Definition at line 130 of file convert.cpp.
qvector getVector | ( | Qureg | qureg | ) |
Definition at line 58 of file convert.cpp.
void setQuregToReference | ( | Qureg | qureg, |
qmatrix | matrix ) |
Definition at line 38 of file convert.cpp.
void setQuregToReference | ( | Qureg | qureg, |
qvector | vector ) |
Definition at line 30 of file convert.cpp.