Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Type definition of the qgd_Circuit_Wrapper Python class of the qgd_Circuit_Wrapper module. More...
Public Attributes | |
PyObject_HEAD Gates_block * | circuit |
Pointer to the C++ class of the base Gate_block module. More... | |
PyObject_HEAD Gates_block * | gate |
Type definition of the qgd_Circuit_Wrapper Python class of the qgd_Circuit_Wrapper module.
Type definition of the qgd_Operation_Block Python class of the qgd_Operation_Block module.
Definition at line 45 of file qgd_N_Qubit_Decomposition_adaptive_Wrapper.cpp.
PyObject_HEAD Gates_block* qgd_Circuit_Wrapper::circuit |
Pointer to the C++ class of the base Gate_block module.
Definition at line 78 of file qgd_Circuit_Wrapper.cpp.
PyObject_HEAD Gates_block * qgd_Circuit_Wrapper::gate |
Definition at line 47 of file qgd_N_Qubit_Decomposition_adaptive_Wrapper.cpp.