microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
library/fixed_point/qsharp.json
27lines · modecode
| 1 | { |
| 2 | "author": "Microsoft", |
| 3 | "license": "MIT", |
| 4 | "dependencies": { |
| 5 | "Signed": { |
| 6 | "github": { |
| 7 | "owner": "Microsoft", |
| 8 | "repo": "qdk", |
| 9 | "ref": "v1.28.0", |
| 10 | "path": "library/signed" |
| 11 | } |
| 12 | } |
| 13 | }, |
| 14 | "files": [ |
| 15 | "src/Comparison.qs", |
| 16 | "src/Convert.qs", |
| 17 | "src/Facts.qs", |
| 18 | "src/Init.qs", |
| 19 | "src/Main.qs", |
| 20 | "src/Measurement.qs", |
| 21 | "src/Operations.qs", |
| 22 | "src/Polynomial.qs", |
| 23 | "src/Reciprocal.qs", |
| 24 | "src/Tests.qs", |
| 25 | "src/Types.qs" |
| 26 | ] |
| 27 | } |
| 28 | |