EstimatorBackend#
- class iqm.qaoa.backends.EstimatorBackend[source]#
Bases:
ABCThe
ABCfor 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_objectincludes the training parameters (angles), which are typically used in estimation of the energy.