EstimatorBackend#
- class iqm.qaoa.backends.EstimatorBackend[source]#
Bases:
ABC
The
ABC
for estimator backends, i.e., those calculating the expected value of the Hamiltonian.Methods
estimate
(qaoa_object)The abstract method for
estimate()
of backends subclassed fromEstimatorBackend
.- abstract estimate(qaoa_object)[source]#
The abstract method for
estimate()
of backends subclassed fromEstimatorBackend
.The input
qaoa_object
includes the training parameters (angles
), which are typically used in estimation of the energy.