Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Classes | Enumerations
Variational_Quantum_Eigensolver_Base.h File Reference

Class to solve VQE problems. More...

#include "Optimization_Interface.h"
Include dependency graph for Variational_Quantum_Eigensolver_Base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Variational_Quantum_Eigensolver_Base
 A base class to solve VQE problems This class can be used to approximate the ground state of the input Hamiltonian (sparse format) via a quantum circuit. More...
 

Enumerations

enum  ansatz_type { HEA, HEA_ZYZ }
 Type definition of the fifferent types of ansatz. More...
 

Detailed Description

Class to solve VQE problems.

Definition in file Variational_Quantum_Eigensolver_Base.h.

Enumeration Type Documentation

◆ ansatz_type

Type definition of the fifferent types of ansatz.

Enumerator
HEA 
HEA_ZYZ 

Definition at line 30 of file Variational_Quantum_Eigensolver_Base.h.