Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Type definition of the qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper Python class of the qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper module. More...
Public Attributes | |
N_Qubit_Decomposition_Tabu_Search * | 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 qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper Python class of the qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper module.
Definition at line 54 of file qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper.cpp.
N_Qubit_Decomposition_Tabu_Search* qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper::decomp |
An object to decompose the unitary.
Definition at line 59 of file qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper.cpp.
PyObject_HEAD PyArrayObject* qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper::Umtx |
pointer to the unitary to be decomposed to keep it alive
Definition at line 57 of file qgd_N_Qubit_Decomposition_Tabu_Search_Wrapper.cpp.