|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Type definition of the unified N-Qubit Decomposition wrapper. More...
Public Attributes | |
| Optimization_Interface * | decomp |
| An object to decompose the unitary. More... | |
| PyObject_HEAD PyArrayObject * | Umtx |
| pointer to the unitary to be decomposed to keep it alive More... | |
Type definition of the unified N-Qubit Decomposition wrapper.
Definition at line 44 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.
| Optimization_Interface* qgd_N_Qubit_Decomposition_Wrapper::decomp |
An object to decompose the unitary.
Definition at line 49 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.
| PyObject_HEAD PyArrayObject* qgd_N_Qubit_Decomposition_Wrapper::Umtx |
pointer to the unitary to be decomposed to keep it alive
Definition at line 47 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.
1.8.13