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

add qiskit aer guide #302

Merged
merged 13 commits into from
Nov 13, 2023
255 changes: 255 additions & 0 deletions docs/verify/simulate-with-qiskit-aer.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/verify/simulate-with-qiskit-primitives.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Simulate with Qiskit primitives
title: Exact simulation with Qiskit primitives
description: Simulate with Qiskit reference primitives. How to compute an expectation value with the Estimator primitive, and how to compute circuit output probabilities with the Sampler primitive
---

# Simulate with Qiskit primitives
# Exact simulation with Qiskit primitives

The reference primitives in Qiskit can perform local statevector simulations, which is useful for quickly prototyping algorithms.

Expand Down