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