![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for creating channel data structures. More...
Functions | |
KrausMap | createInlineKrausMap (int numQubits, int numOperators, std::vector< std::vector< std::vector< qcomp > > > matrices) |
SuperOp | createInlineSuperOp (int numQubits, std::vector< std::vector< qcomp > > matrix) |
KrausMap | createKrausMap (int numQubits, int numOperators) |
SuperOp | createSuperOp (int numQubits) |
Functions for creating channel data structures.
KrausMap createInlineKrausMap | ( | int | numQubits, |
int | numOperators, | ||
std::vector< std::vector< std::vector< qcomp > > > | matrices ) |
Referenced by TEST_CASE().
SuperOp createInlineSuperOp | ( | int | numQubits, |
std::vector< std::vector< qcomp > > | matrix ) |
KrausMap createKrausMap | ( | int | numQubits, |
int | numOperators ) |
Definition at line 172 of file channels.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
SuperOp createSuperOp | ( | int | numQubits | ) |
Definition at line 158 of file channels.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().