Skip to content

Commit

Permalink
Clarify title for Qiskit SDK simulator page (Qiskit#1457)
Browse files Browse the repository at this point in the history
We should clarify this is the Qiskit SDK. 

We don't change the URL because it will be redirected anyways soon to
its new home in the `guides/` section, so it's not worth renaming yet.
  • Loading branch information
Eric-Arellano authored May 29, 2024
1 parent 3f832a0 commit 58c21ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/verify/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "/verify"
},
{
"title": "Exact simulation with Qiskit primitives",
"title": "Exact simulation with Qiskit SDK primitives",
"url": "/verify/simulate-with-qiskit-primitives"
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/verify/simulate-with-qiskit-primitives.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Exact simulation with Qiskit primitives
title: Exact simulation with Qiskit SDK primitives
description: How to perform exact simulation of quantum circuits using primitives in Qiskit.
---
# Exact simulation with Qiskit primitives
# Exact simulation with Qiskit SDK primitives

The reference primitives in Qiskit perform local statevector simulations. These simulations do not support
The reference primitives in the Qiskit SDK perform local statevector simulations. These simulations do not support
modeling device noise, but are useful for quickly prototyping algorithms before looking into more advanced simulation
techniques ([using Qiskit Aer](/verify/stabilizer-circuit-simulation)) or running on real devices ([Qiskit Runtime primitives](/run/primitives)).

Expand Down

0 comments on commit 58c21ba

Please sign in to comment.