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_Wrapper Python class of the qgd_N_Qubit_Decomposition_Wrapper module. More...
Public Attributes | |
PyObject_HEAD PyObject * | Hamiltonian |
pointer to the unitary to be decomposed to keep it alive More... | |
Variational_Quantum_Eigensolver_Base * | vqe |
An object to decompose the unitary. More... | |
Type definition of the qgd_N_Qubit_Decomposition_Wrapper Python class of the qgd_N_Qubit_Decomposition_Wrapper module.
Definition at line 50 of file qgd_VQE_Base_Wrapper.cpp.
PyObject_HEAD PyObject* qgd_Variational_Quantum_Eigensolver_Base_Wrapper::Hamiltonian |
pointer to the unitary to be decomposed to keep it alive
Definition at line 53 of file qgd_VQE_Base_Wrapper.cpp.
Variational_Quantum_Eigensolver_Base* qgd_Variational_Quantum_Eigensolver_Base_Wrapper::vqe |
An object to decompose the unitary.
Definition at line 55 of file qgd_VQE_Base_Wrapper.cpp.