Skip to content

Commit

Permalink
Update registry for chemistry
Browse files Browse the repository at this point in the history
  • Loading branch information
billti committed Feb 5, 2025
1 parent 48400b8 commit 7114b44
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions vscode/src/registry.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
{
"knownPackages": [
{
"name": "Chemistry",
"description": "A collection of Chemistry algorithms and utilities",
"dependency": {
"github": {
"owner": "microsoft",
"repo": "qsharp",
"refs": [{ "ref": "main", "notes": "nightly, unstable" }],
"path": "library/chemistry"
}
}
},
{
"name": "Signed",
"description": "Defines types and functions to work with signed qubit-based integers.",
"description": "Defines types and functions to work with signed qubit-based integers",
"dependency": {
"github": {
"owner": "microsoft",
"repo": "qsharp",
"refs": [
{ "ref": "bd5a09c", "notes": "latest stable" },
{ "ref": "v1.13", "notes": "latest stable" },
{ "ref": "main", "notes": "nightly, unstable" }
],
"path": "library/signed"
Expand All @@ -17,13 +29,13 @@
},
{
"name": "FixedPoint",
"description": "Types and functions for fixed-point arithmetic with qubits.",
"description": "Types and functions for fixed-point arithmetic with qubits",
"dependency": {
"github": {
"owner": "microsoft",
"repo": "qsharp",
"refs": [
{ "ref": "bd5a09c", "notes": "latest stable" },
{ "ref": "v1.13", "notes": "latest stable" },
{ "ref": "main", "notes": "nightly, unstable" }
],
"path": "library/fixed_point"
Expand All @@ -32,13 +44,13 @@
},
{
"name": "Rotations",
"description": "Defines types and functions to work with rotations.",
"description": "Defines types and functions to work with rotations",
"dependency": {
"github": {
"owner": "microsoft",
"repo": "qsharp",
"refs": [
{ "ref": "bd5a09c", "notes": "latest stable" },
{ "ref": "v1.13", "notes": "latest stable" },
{ "ref": "main", "notes": "nightly, unstable" }
],
"path": "library/rotations"
Expand All @@ -47,13 +59,13 @@
},
{
"name": "Qtest",
"description": "Utilities for writing and running Q# tests.",
"description": "Utilities for writing and running Q# tests",
"dependency": {
"github": {
"owner": "microsoft",
"repo": "qsharp",
"refs": [
{ "ref": "bd5a09c", "notes": "latest stable" },
{ "ref": "v1.13", "notes": "latest stable" },
{ "ref": "main", "notes": "nightly, unstable" }
],
"path": "library/qtest"
Expand Down

0 comments on commit 7114b44

Please sign in to comment.