From ded83d7d49470249f5d0c3c6657839309a7e8a07 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Wed, 6 Mar 2024 11:24:03 +0100 Subject: [PATCH] RFC 0015: implemented --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98da304..48f98ea 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ facilitate that and collect feedback prior to implementation. | `0018` [Primitive options type change](0018-primitive-options-type.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/52/) \| Implementation: [1](https://github.com/Qiskit/qiskit/pull/11542), [2](https://github.com/Qiskit/qiskit/pull/11594) | | `0017` [Base Primitive and Units of Primitive Work](0017-base-primitive-unification.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/53/) \| [Implementation](https://github.com/Qiskit/qiskit/pull/11524) | | `0016` [SamplerV2](0016-sampler-interface.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/56/) \| Implementation: [1](https://github.com/Qiskit/qiskit/pull/11566), [2](https://github.com/Qiskit/qiskit/pull/11529) | -| `0015` [Extended Estimator Interface](0015-estimator-interface.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/51) \| [Implementation](https://github.com/Qiskit/qiskit/pull/11227) | +| `0015` [Extended Estimator Interface](0015-estimator-interface.md) | Implemented | [RFC PR](https://github.com/Qiskit/RFCs/pull/51) \| [Implementation](https://github.com/Qiskit/RFCs/issues/69) | | `0014` [Overhaul Qiskit Experiments](0014-overhaul-qiskit-experiments.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/47) \| [Implementation](https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1268) | | `0013` [Plan to move `Qiskit/qiskit-terra/algorithms` module to `qiskit-community/qiskit-algorithms` independent repo](0013-algorithms-migration.md) | Implemented | [RFC PR](https://github.com/Qiskit/RFCs/pull/44/) \| [Implementation](https://github.com/Qiskit/RFCs/issues/48)| | `0012` [Pulse Compiler & IR](0012-Pulse-Compiler-and-IR.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/45) \| [Implementation](https://github.com/Qiskit/qiskit/issues/10759)|