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

Merged
merged 5 commits into from
Oct 8, 2024
Merged
Changes from 2 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
sezna marked this conversation as resolved.
Show resolved Hide resolved

This document is a list of notable Q# library projects. If you have a package that you would like to add to this list, please open a pull request.
sezna marked this conversation as resolved.
Show resolved Hide resolved

## Unstable

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

A general staging ground for some useful APIs that have not yet been stabailized into the standard library.
sezna marked this conversation as resolved.
Show resolved Hide resolved

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