All Projects → qsharp-community → qsharp-integrations

qsharp-community / qsharp-integrations

Licence: MIT License
These samples demonstrate how to integrate with the Q# language or compilers

Programming Languages

C#
18002 projects
Q#
14 projects
Jupyter Notebook
11667 projects
OpenQASM
18 projects

Q# Community Integration

These samples demonstrate integration between the Q# language infrastructure/drivers and other languages. Currently present are the following integrations:

Build

0. Qasm (Quantum Assembler Language)

  • OpenQasmReader: This sample shows that one can convert OpenQasm 2.0 specifications to Q# methods. This allows one to import algorithms written in OpenQasm 2.0 to be used on the Microsoft Q# Simulator. Apart of the barrier gate (which has no meaning in Q#) all gates are converted to Q# constructions.
  • OpenQasmExporter: This sample shows that one can convert Q# methods to OpenQasm 2.0 specifications. This allows one to export algorithms written in Q# to OpenQasm 2.0.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].