![]() |
The Quantum Exact Simulation Toolkit v4.2.0
|
Functions for creating channel data structures. More...
Functions | |
| KrausMap | createInlineKrausMap (int numQb, int numOps, {{{ matrices }}}) |
| KrausMap | createInlineKrausMap (int numQubits, int numOperators, std::vector< std::vector< std::vector< qcomp > > > matrices) |
| SuperOp | createInlineSuperOp (int numQb, {{ matrix }}) |
| 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 | numQb, |
| int | numOps, | ||
| {{{ matrices }}} | ) |
| KrausMap createInlineKrausMap | ( | int | numQubits, |
| int | numOperators, | ||
| std::vector< std::vector< std::vector< qcomp > > > | matrices ) |
Referenced by TEST_CASE().
| SuperOp createInlineSuperOp | ( | int | numQb, |
| {{ matrix }} | ) |
| SuperOp createInlineSuperOp | ( | int | numQubits, |
| std::vector< std::vector< qcomp > > | matrix ) |
| KrausMap createKrausMap | ( | int | numQubits, |
| int | numOperators ) |
Definition at line 176 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 162 of file channels.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().