Skip to content

Commit

Permalink
Merge da89820 into d0e4194
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross authored Jun 7, 2024
2 parents d0e4194 + da89820 commit a364d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transpile/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Introduction to transpiling quantum circuits in the Qiskit SDK.

Transpilation is the process of rewriting a given input circuit to match the topology of a specific quantum device, and optimize the circuit instructions for execution on noisy quantum systems. This documentation covers the tooling and workflows for local transpilation available to all Qiskit users, as well as for the cloud-based [Qiskit transpiler service](qiskit-transpiler-service) available to Premium Plan users. If you're using primitives and are only interested in the default transpilation options provided by the Qiskit Runtime service, read the [Configure runtime compilation for Qiskit Runtime](../run/configure-runtime-compilation) topic.

The process of transpilation takes circuit that contains your instructions:
The process of transpilation takes a circuit that contains your instructions:

<img src="/images/transpile/pre-transpiled.png" alt="A two-qubit quantum circuit containing a Hadamard and two CNOT gates." />

Expand Down

0 comments on commit a364d8a

Please sign in to comment.