Using Qiskit with Amazon Braket
Getting started with Qiskit on Amazon Braket
This tutorial shows how you can run your Qiskit code on Amazon Braket computing services.
Compiling Braket circuits with the Qiskit-Braket provider
This tutorial shows how to compile Braket circuits using the to_braket Qiskit-Braket provider, allowing for circuit compilation.
Overview of the Qiskit-Braket provider
An overview of the Qiskit-Braket provider: listing backends, running circuits on local and cloud backends, and retrieving results.
Running VQE on Amazon Braket with Qiskit
This tutorial demonstrates how to run the Variational Quantum Eigensolver (VQE) algorithm on a Braket local backend using Qiskit algorithms.
Hybrid Jobs with Qiskit on Amazon Braket
This tutorial shows how to run variational quantum algorithms with Amazon Braket Hybrid Jobs using the Qiskit-Braket provider.
Minimum Eigen Optimizer with Qiskit on Amazon Braket
This tutorial shows how to use the Qiskit Optimization Minimum Eigen Optimizer to solve combinatorial optimization problems on a Braket backend.
Native Gate Programming with Qiskit on Amazon Braket
This tutorial demonstrates native gate programming on QPU devices (Rigetti, IQM, IonQ) using the Qiskit-Braket provider, including verbatim circuit submission.
Transpiling Qiskit Circuits to Amazon Braket
This tutorial shows how to transpile Qiskit circuits to Braket using pass managers and the to_braket conversion utility.
Braket-native Primitives with Qiskit
This tutorial shows how to use the Braket-native Estimator and Sampler primitives with Qiskit circuits.