Skip to content

Commit 2f480ad

Browse files
Overhaul Qiskit Experiments (#47)
* First proposal for QE overhaul * Mention termination of the running executor. * Replace JobExecutor -> CircuitExecutor to avoid confusion * Move discussion of execution pattern to future extension. * Add description for metadata validation * Assign RFC number 0014 * Fix figure paths * Update readme table
1 parent a6e4ebe commit 2f480ad

7 files changed

+674
-0
lines changed

0014-overhaul-qiskit-experiments.md

+673
Large diffs are not rendered by default.
637 KB
Loading
1.15 MB
Loading
72.6 KB
Loading
Loading
Loading

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ facilitate that and collect feedback prior to implementation.
2020

2121
| RFC | Status | References/Discussion |
2222
| --- | ------ | --------------------- |
23+
| `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) |
2324
| `0011` [Plan to rename `Qiskit/qiskit-terra` repo to `Qiskit/qiskit`](0011-repo-rename.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/31) \| [Implementation](https://github.com/Qiskit/RFCs/issues/41) |
2425
| `0010` [Preliminary representation of rvalue classical expression in Qiskit](0010-simple-classical-representations.md) | Implementation in progress | [RFC PR](https://github.com/Qiskit/RFCs/pull/30) \| [Implementation](https://github.com/Qiskit/qiskit-terra/issues/10239) |
2526
| `0009` [`Operation`: the interface for valid `QuantumCircuit` operations](0009-interface-for-circuit-operations.md) | Implemented | [RFC PR](https://github.com/Qiskit/RFCs/pull/25) \| [Implementation](https://github.com/Qiskit/qiskit-terra/pull/7087)|

0 commit comments

Comments
 (0)