-
Notifications
You must be signed in to change notification settings - Fork 167
Open
0 / 40 of 4 issues completedDescription
As we integrate the directed execution model (executor) into docs, we should reorder how the section on primitives is arranged. The end goal is to have a page ordering like:
└── Execute on QPUs V
├── Introduction to primitives (leave page as-is, include brief description of each primitive & when to use which)
│
├── Sampler V
│ ├── intro/hello world
│ ├── inputs and outputs
│ ├── options
│ ├── e2e examples
│ ├── BackendSampler → will move to the integrations sections
│ └── REST API
├── Estimator V
│ ├── intro/hello world
│ ├── inputs and outputs
│ ├── options
│ ├── e2e examples
│ ├── BackendSampler → will move to the integrations sections
│ └── REST API
├── Executor V
│ ├── intro/hello world
│ ├── inputs and outputs
│ ├── options
│ ├── e2e examples
│ ├── BackendSampler → will move to the integrations sections
│ └── REST API
└── Error mitigation and suppression V
├── Error mitigation and suppression techniques
├── Noise learning helper
└── Configure error suppression and mitigation
To keep our sanity and not blow this work up into a single PR, each step is laid out in sub-issues below. The first one (#4614 ) should be completed before starting the rest.
Once that's done, and after the TOC reordering is finalized, we should also move all sections in Introduction to primitives to Qiskit section (save for Primitive details).
Reactions are currently unavailable