Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Q# package registry document #1932

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions library/Registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Q# Package Registry
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Q# Package Registry
# Q# Project Registry


This document is a list of notable Q# library projects. If you have a project that you would like to add to this list, please open a pull request.

## 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.

Loading