Skip to content

Commit

Permalink
Fix links for 1.0 (#808)
Browse files Browse the repository at this point in the history
Closes #801
  • Loading branch information
frankharkins authored Feb 14, 2024
1 parent 404721a commit 5167d51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/run/monitor-job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ service.jobs(backend_name=my_backend)

<Admonition type="tip" title="Recommendations">
- Try the [Grover's algorithm](https://learning.quantum.ibm.com/tutorial/grovers-algorithm) tutorial.
- Review the [Qiskit tools documentation](/api/qiskit/tools) in the Qiskit Terra API reference.
</Admonition>
- View the [`job_monitor` documentation](/api/qiskit-ibm-provider/qiskit_ibm_provider.job.job_monitor) in the Qiskit IBM Provider API reference.
</Admonition>
6 changes: 3 additions & 3 deletions docs/verify/cloud-based-simulators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Overview of available IBM Quantum cloud-based simulators
# Available IBM Quantum simulators

<Admonition type="note">
This page gives details about the IBM Quantum&trade; cloud-based simulators. For information about the Qiskit&reg; built-in simulator, see the [Python-based simulators page in the API reference.](../api/qiskit/providers_basicaer) You can also use the [Qiskit reference primitives](simulate-with-qiskit-primitives) for local statevector simulation.
This page gives details about the IBM Quantum&trade; cloud-based simulators. For information about the Qiskit&reg; built-in simulator, see the [Python-based simulators page in the API reference.](/api/qiskit/providers_basic_provider) You can also use the [Qiskit reference primitives](simulate-with-qiskit-primitives) for local statevector simulation.
</Admonition>

IBM Quantum features a collection of high-performance simulators for prototyping quantum circuits and algorithms.
Expand Down Expand Up @@ -165,11 +165,11 @@ service = QiskitRuntimeService()
backend = service.get_backend("ibmq_qasm_simulator")
```

Qiskit built-in simulator, see the [Python-based simulators API](/api/qiskit/providers_basicaer) reference.
Qiskit built-in simulator, see the [Python-based simulators API](/api/qiskit/providers_basic_provider) reference.

## Next steps

<Admonition type="tip" title="Recommendations">
- Learn about simulators built into Qiskit in the [Python-based simulators API](/api/qiskit/providers_basicaer) reference.
- Learn about simulators built into Qiskit in the [Python-based simulators API](/api/qiskit/providers_basic_provider) reference.
- Discover available systems in the [System information](../run/system-information) topic.
</Admonition>

0 comments on commit 5167d51

Please sign in to comment.