qiskit-aer
qiskit-aer copied to clipboard
Estimation of projectors
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.