Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
055b325
begin combining files
abbycross Nov 25, 2025
e3d7e0d
limit h level for in-page toc
abbycross Nov 25, 2025
4ae63b6
reconfigure headers, add twisties
abbycross Nov 25, 2025
d693655
wordsmith, rearrange
abbycross Nov 25, 2025
9960780
tox -e fix
abbycross Nov 25, 2025
81c27c9
update title again
abbycross Nov 25, 2025
200d660
rmv qpu-information file
abbycross Nov 25, 2025
9bf9025
Cleanup after deleting file
abbycross Nov 25, 2025
c2151f2
rmv brisbane
abbycross Nov 25, 2025
15544f0
Merge branch 'main' into ajc/consolidate-qpu-info
abbycross Dec 8, 2025
34e9fed
Apply suggestions from code review
abbycross Dec 8, 2025
25285d2
link to calibration jobs page
abbycross Dec 8, 2025
845e840
transition to qubit properties code examples
abbycross Dec 8, 2025
282ac7b
schema link update
abbycross Dec 8, 2025
4fa3fdf
tox -e fix
abbycross Dec 8, 2025
ef3ffe7
try to avoid merge conflict...
abbycross Dec 12, 2025
e0ad5d2
Merge branch 'main' into ajc/consolidate-qpu-info
abbycross Dec 12, 2025
915125a
work on tabbing page
abbycross Dec 15, 2025
571b12c
fix checks
abbycross Dec 16, 2025
055372c
fix missing variable
abbycross Dec 16, 2025
f3e64a3
possible tables
abbycross Dec 16, 2025
97d5c4a
keep second table
abbycross Dec 16, 2025
f727ea7
Combine List and Filter backends
abbycross Dec 16, 2025
ca2b05a
use the CodeCellPlaceholder component
abbycross Dec 16, 2025
ef5d8d1
Delete random cell, change 5 to 100
abbycross Dec 16, 2025
280dac5
eek
abbycross Dec 17, 2025
61a23da
Merge branch 'main' into ajc/consolidate-qpu-info
abbycross Dec 29, 2025
457a85a
move hello world
abbycross Dec 29, 2025
79831dc
simplify code block
abbycross Dec 29, 2025
835a692
undo
abbycross Dec 29, 2025
9398eff
subscript
abbycross Dec 29, 2025
667fd6b
collapsible sections
abbycross Dec 29, 2025
ba82428
add addl properties section
abbycross Dec 29, 2025
03c052e
populate
abbycross Dec 29, 2025
48a6554
tox -e fix
abbycross Dec 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"url": "/docs/guides/quick-start"
},
{
"title": "Install",
"title": "Hello world",
"url": "/docs/guides/hello-world"
},
{
"title": "Advanced install",
"children": [
{
"title": "Install Qiskit",
Expand Down Expand Up @@ -608,13 +612,9 @@
"url": "/docs/guides/processor-types"
},
{
"title": "QPU information",
"title": "View backend details",
"url": "/docs/guides/qpu-information"
},
{
"title": "Get backend information with Qiskit",
"url": "/docs/guides/get-qpu-information"
},
{
"title": "Calibration jobs",
"url": "/docs/guides/calibration-jobs"
Expand Down Expand Up @@ -960,4 +960,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion docs/guides/cloud-setup-invited.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ If you are using a trusted Python environment, such as a personal laptop, it is
- [Overview of available plans.](plans-overview)
- [Configure the Qiskit SDK locally.](configure-qiskit-local)
- [Set up to use IBM Quantum Platform with REST API](/docs/guides/cloud-setup-rest-api)
- Follow the steps in [Hello world](/docs/tutorials/hello-world) to write and run a quantum program.
- Follow the steps in [Hello world](/docs/guides/hello-world) to write and run a quantum program.
- Try a [tutorial](/docs/tutorials).
</Admonition>
2 changes: 1 addition & 1 deletion docs/guides/cloud-setup-rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ curl -X 'GET' \
<Admonition type="tip" title="Recommendations">
- [Overview of available plans.](plans-overview)
- [Configure the Qiskit SDK locally.](configure-qiskit-local)
- Follow the steps in [Hello world](/docs/tutorials/hello-world) to write and run a quantum program.
- Follow the steps in [Hello world](/docs/guides/hello-world) to write and run a quantum program.
- Try a [tutorial](/docs/tutorials).
</Admonition>
2 changes: 1 addition & 1 deletion docs/guides/cloud-setup-untrusted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ Follow these steps to use your API key directly to authenticate to the Qiskit Ru
<Admonition type="tip" title="Recommendations">
- [Overview of available plans.](plans-overview)
- [Configure the Qiskit SDK locally.](configure-qiskit-local)
- Follow the steps in [Hello world](/docs/tutorials/hello-world) to write and run a quantum program.
- Follow the steps in [Hello world](/docs/guides/hello-world) to write and run a quantum program.
- Try a [tutorial](/docs/tutorials).
</Admonition>
4 changes: 2 additions & 2 deletions docs/guides/cloud-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ If you are using a trusted Python environment, such as a personal laptop, it is

<Admonition type="tip" title="Recommendations">
- [Overview of available plans.](plans-overview)
- [Configure the Qiskit SDK locally.](configure-qiskit-local)
- [Configure the Qiskit SDK locally.](/docs/guides/configure-qiskit-local)
- Follow the steps in [Hello world](/docs/guides/hello-world) to write and run a quantum program.
- [View your available QPUs.](/docs/guides/qpu-information#available)
- Follow the steps in [Hello world](/docs/tutorials/hello-world) to write and run a quantum program.
- [Set up to use IBM Quantum Platform with REST API.](/docs/guides/cloud-setup-rest-api)
- Try a [tutorial](/docs/tutorials).
</Admonition>
2 changes: 1 addition & 1 deletion docs/guides/configure-qiskit-local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ Set these environment variables to alter the default behavior of Qiskit:
<Admonition type="tip" title="Recommendations">
- Learn how to [build circuits](./map-problem-to-circuits).
- Try a tutorial, such as [Grover's algorithm](/docs/tutorials/grovers-algorithm).
- [Run the Hello world program](/docs/tutorials/hello-world).
- [Run the Hello world program](/docs/guides/hello-world).
- Read the [contributing guidelines](https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md) if you want to contribute to the open-source Qiskit SDK.
</Admonition>
3 changes: 1 addition & 2 deletions docs/guides/execute-on-hardware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ expectation values of observables corresponding to physical quantities or cost f
### QPU and platform information

* [Processor types](./processor-types)
* [QPU information](./qpu-information)
* [View backend details](./qpu-information)
* [Calibration jobs](./calibration-jobs)
* [Get QPU information with Qiskit](./get-qpu-information)
* [Dynamic repetition rate execution](./repetition-rate-execution)
* [Retired QPUs](./retired-qpus)
* [Instances](./instances)
Expand Down
Loading