|
6 | 6 | "dependency": { |
7 | 7 | "github": { |
8 | 8 | "owner": "microsoft", |
9 | | - "repo": "qsharp", |
| 9 | + "repo": "qdk", |
10 | 10 | "refs": [ |
11 | | - { "ref": "v1.23.0", "notes": "latest stable" }, |
| 11 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
12 | 12 | { "ref": "main", "notes": "nightly, unstable" } |
13 | 13 | ], |
14 | 14 | "path": "library/chemistry" |
|
21 | 21 | "dependency": { |
22 | 22 | "github": { |
23 | 23 | "owner": "microsoft", |
24 | | - "repo": "qsharp", |
| 24 | + "repo": "qdk", |
25 | 25 | "refs": [ |
26 | | - { "ref": "v1.23.0", "notes": "latest stable" }, |
| 26 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
27 | 27 | { "ref": "main", "notes": "nightly, unstable" } |
28 | 28 | ], |
29 | 29 | "path": "library/signed" |
|
36 | 36 | "dependency": { |
37 | 37 | "github": { |
38 | 38 | "owner": "microsoft", |
39 | | - "repo": "qsharp", |
| 39 | + "repo": "qdk", |
40 | 40 | "refs": [ |
41 | | - { "ref": "v1.23.0", "notes": "latest stable" }, |
| 41 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
42 | 42 | { "ref": "main", "notes": "nightly, unstable" } |
43 | 43 | ], |
44 | 44 | "path": "library/fixed_point" |
|
51 | 51 | "dependency": { |
52 | 52 | "github": { |
53 | 53 | "owner": "microsoft", |
54 | | - "repo": "qsharp", |
| 54 | + "repo": "qdk", |
55 | 55 | "refs": [ |
56 | | - { "ref": "v1.23.0", "notes": "latest stable" }, |
| 56 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
57 | 57 | { "ref": "main", "notes": "nightly, unstable" } |
58 | 58 | ], |
59 | 59 | "path": "library/rotations" |
|
66 | 66 | "dependency": { |
67 | 67 | "github": { |
68 | 68 | "owner": "microsoft", |
69 | | - "repo": "qsharp", |
| 69 | + "repo": "qdk", |
70 | 70 | "refs": [ |
71 | | - { "ref": "v1.23.0", "notes": "latest stable" }, |
| 71 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
72 | 72 | { "ref": "main", "notes": "nightly, unstable" } |
73 | 73 | ], |
74 | 74 | "path": "library/qtest" |
75 | 75 | } |
76 | 76 | } |
77 | 77 | }, |
| 78 | + { |
| 79 | + "name": "TableLookup", |
| 80 | + "description": "Primitives useful to perform computation and uncomputation of table lookup", |
| 81 | + "dependency": { |
| 82 | + "github": { |
| 83 | + "owner": "microsoft", |
| 84 | + "repo": "qdk", |
| 85 | + "refs": [ |
| 86 | + { "ref": "v1.25.0", "notes": "latest stable" }, |
| 87 | + { "ref": "main", "notes": "nightly, unstable" } |
| 88 | + ], |
| 89 | + "path": "library/table_lookup" |
| 90 | + } |
| 91 | + } |
| 92 | + }, |
78 | 93 | { |
79 | 94 | "name": "QuantumArithmetic", |
80 | 95 | "description": "Quantum arithmetic algorithms", |
|
0 commit comments