Skip to content

Commit

Permalink
add Q# package registry document (#1932)
Browse files Browse the repository at this point in the history
A basic document that serves the purpose of a package registry, listing
all packages we are aware of.

Most information about the package should be on the package page itself,
so here we can just list titles, summaries, and links.

---------

Co-authored-by: Stefan J. Wernli <[email protected]>
Co-authored-by: César Zaragoza Cortés <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 0722e69 commit 0261bf6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions library/Registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Q# Library Registry

This document is a list of notable Q# library projects. If you have a library that you would like to add to this list, please open a pull request. If you have a Q# project that you'd like to share as a library, please see the [documentation on how to do this.](https://learn.microsoft.com/en-us/azure/quantum/how-to-work-with-qsharp-projects?tabs=tabid-qsharp%2Ctabid-qsharp-run#configuring-q-projects-as-external-dependencies).

## Unstable

[link](https://github.com/microsoft/qsharp/tree/main/library/unstable)

A general staging ground for some useful APIs that have not yet been stabilized into the standard library.

## Signed

[link](https://github.com/microsoft/qsharp/tree/main/library/signed)

Defines types and functions to work with signed qubit-based integers.

## FixedPoint

[link](https://github.com/microsoft/qsharp/tree/main/library/fixed_point)

Types and functions for fixed-point arithmetic with qubits.

0 comments on commit 0261bf6

Please sign in to comment.