Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify title for Qiskit SDK simulator page #1457

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading