Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
List of all members | Public Attributes
qgd_N_Qubit_Decomposition_Wrapper Struct Reference

Type definition of the unified N-Qubit Decomposition wrapper. More...

Public Attributes

Optimization_Interfacedecomp
 An object to decompose the unitary. More...
 
PyObject_HEAD PyArrayObject * Umtx
 pointer to the unitary to be decomposed to keep it alive More...
 

Detailed Description

Type definition of the unified N-Qubit Decomposition wrapper.

Definition at line 44 of file qgd_N_Qubit_Decompositions_Wrapper.cpp.

Member Data Documentation

◆ decomp

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.

◆ Umtx

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.


The documentation for this struct was generated from the following file: