From 0261bf6a6e2205f8ade13af479c0047a515c2ca0 Mon Sep 17 00:00:00 2001 From: Alex Hansen Date: Tue, 8 Oct 2024 15:15:06 -0700 Subject: [PATCH] add Q# package registry document (#1932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: César Zaragoza Cortés --- library/Registry.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 library/Registry.md diff --git a/library/Registry.md b/library/Registry.md new file mode 100644 index 0000000000..3b76d67f3a --- /dev/null +++ b/library/Registry.md @@ -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. +