![]() |
The Quantum Exact Simulation Toolkit v4.2.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 136 of file convert.cpp.
| qmatrix getMatrix | ( | CompMatr1 | m | ) |
Definition at line 134 of file convert.cpp.
| qmatrix getMatrix | ( | CompMatr2 | m | ) |
Definition at line 135 of file convert.cpp.
| qmatrix getMatrix | ( | DiagMatr | m | ) |
Definition at line 139 of file convert.cpp.
| qmatrix getMatrix | ( | DiagMatr1 | m | ) |
Definition at line 137 of file convert.cpp.
| qmatrix getMatrix | ( | DiagMatr2 | m | ) |
Definition at line 138 of file convert.cpp.
| qmatrix getMatrix | ( | PauliStr | str, |
| int | numQubits ) |
Definition at line 164 of file convert.cpp.
| qmatrix getMatrix | ( | PauliStr | str, |
| vector< int > | targs ) |
Definition at line 149 of file convert.cpp.
| qmatrix getMatrix | ( | PauliStrSum | sum, |
| int | numQubits ) |
Definition at line 171 of file convert.cpp.
| qmatrix getMatrix | ( | Qureg | qureg | ) |
Definition at line 77 of file convert.cpp.
| qmatrix getMatrix | ( | SuperOp | m | ) |
Definition at line 140 of file convert.cpp.
| qvector getVector | ( | Qureg | qureg | ) |
Definition at line 68 of file convert.cpp.
| void setQuregToReference | ( | Qureg | qureg, |
| qmatrix | matrix ) |
Definition at line 48 of file convert.cpp.
| void setQuregToReference | ( | Qureg | qureg, |
| qvector | vector ) |
Definition at line 40 of file convert.cpp.