Qiskit / RFCs

RFCs for changes to Qiskit ecosystem
Apache License 2.0
34 stars 34 forks source link

Sparse observables with extended alphabets #74

Closed jakelishman closed 4 months ago

jakelishman commented 4 months ago

Summary

This describes a new SparseObservable object that would be added to qiskit.quantum_info for use in the Estimator interface, to address two major problems:

Scope

This design doc is just about what the new class will look like. A key component of that is making sure that it can be used in Estimator implementers, but the exact mechanisms of how the public Estimator interface evolves to accept this are out-of-scope of this document.

blakejohnson commented 4 months ago

Looks like a strong proposal.