qiskit-aer icon indicating copy to clipboard operation
qiskit-aer copied to clipboard

Estimation of projectors

Open yaelbh opened this issue 7 months ago • 0 comments

For example the following should run, and return expectation value 0.5:

circ = QuantumCircuit(1)
estimator.run([(circ, "+")])

Requires updating the calculation of expectation values in the various simulation methods.

yaelbh avatar May 05 '25 08:05 yaelbh