Skip to content

Commit

Permalink
Overhaul Qiskit Experiments (#47)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nkanazawa1989 authored Sep 12, 2023
1 parent a6e4ebe commit 2f480ad
Show file tree
Hide file tree
Showing 7 changed files with 674 additions and 0 deletions.
673 changes: 673 additions & 0 deletions 0014-overhaul-qiskit-experiments.md

Large diffs are not rendered by default.

Binary file added 0014-overhaul-qiskit-experiments/ex3_dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0014-overhaul-qiskit-experiments/ex4_dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0014-overhaul-qiskit-experiments/scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ facilitate that and collect feedback prior to implementation.

| RFC | Status | References/Discussion |
| --- | ------ | --------------------- |
| `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) |
| `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) |
| `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) |
| `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)|
Expand Down

0 comments on commit 2f480ad

Please sign in to comment.