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

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_Basevqe
 An object to decompose the unitary. More...
 

Detailed Description

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.

Member Data Documentation

◆ Hamiltonian

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.

◆ vqe

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.


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