|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Type definition for qgd_Circuit_Wrapper. 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 for qgd_Circuit_Wrapper.
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 36 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.
| PyObject_HEAD Gates_block* qgd_Circuit_Wrapper::circuit |
Pointer to the C++ class of the base Gate_block module.
Definition at line 84 of file qgd_Circuit_Wrapper.cpp.
| PyObject_HEAD Gates_block * qgd_Circuit_Wrapper::gate |
Definition at line 38 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.
1.8.13