Skip to content

Qiskit Interop

Ian Davis edited this page Sep 10, 2024 · 12 revisions

The modern QDK provides interoperability with Qiskit circuits built upon the core Q# compiler infrastructure.

This core enables integration and local resource estimation without relying on external tools. Users are able to estimate resources for their Qiskit circuits locally (see the resource estimation with Qiskit sample notebook), leveraging the Q# compiler's capabilities for analysis, transformation, code generation, and simulation. This also enables the generation of QIR from Qiskit circuits leveraging the modern QDKs advanced code generation capabilities.