Skip to content

These samples demonstrate how to integrate with the Q# language or compilers

License

Notifications You must be signed in to change notification settings

qsharp-community/qsharp-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

These samples demonstrate how to integrate with the Q# language or compilers

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published