Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Class to solve VQE problems. More...
#include "Optimization_Interface.h"
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... | |
Class to solve VQE problems.
Definition in file Variational_Quantum_Eigensolver_Base.h.
enum 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.