-
Notifications
You must be signed in to change notification settings - Fork 127
Curated list of Q# libraries
DmitryVasilevsky edited this page Mar 3, 2025
·
2 revisions
We maintain a curated list of known Q# libraries. It provides a convenient way to reference these libraries in your project via Add Q# project reference
command as described in Q# External Dependencies. When invoked in VS Code UI the list looks like this:
This list is stored in JSON format and is located here. The following information is provided for each library:
- Name: The short name of the library
- Description: Description of the functionality this library provides.
- Dependency: Information on where the library is located (on GitHub), who is the owner, and the appropriate git refspec.
The current list from the repository gets embedded into VS Code extension every time it is released.
Q# Wiki
Overview
Q# language & features
- Q# Structs
- Q# External Dependencies (Libraries)
- Differences from the previous QDK
- V1.3 features
- Curated list of Q# libraries
- Advanced Topics and Configuration
OpenQASM support
VS Code
Python
Circuit diagrams
Azure Quantum
For contributors