-
**Please describe what you would like the feature to accomplish.**
I'd like to dump a QuBit from the simulator in the form of Bloch sphere coordinates
**Describe the solution you'd like**
```…
-
The correct code should be:
```
let bitString = _ComputeJordanWignerBitString(7, [0,1,2,6]) ;
```
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.…
-
**Describe the bug**
If a function defined to accept a BigInt type is passed a large enough value from Python, the program crashes with the error `JSON integer is too large to parse.`
**To Reprod…
-
In fixing #1880, I noticed that many of our notebooks (e.g. `estimation-hardcoded-circuit`, `estimation-random-circuit` and others) don't render resource estimation details using the widget, but just …
-
## Describe the bug
When I try and run a function that uses `DoubleAsInt()` I get the error `Cannot create an instance of Microsoft.Quantum.Convert.DoubleAsInt because it is an abstract class.`
##…
-
**Please describe what you would like the feature to accomplish**
Runtime metadata sets `IsAdjoint` to `true` even for self-adjoint operations:
https://github.com/microsoft/qsharp-runtime/blob/92806…
-
How exactly is the mapping done? At least an example would be nice like `ResultArrayAsInt([One,Zero])==1` or `ResultArrayAsInt([One,Zero])==2` or something (I guess the first one, but this shouldn't b…
-
**🛑 IMPORTANT**: You can get your feedback addressed faster if you **use the comment section for the article in which you encountered a problem**.
**Link to article:**
Tell us where exactly a prob…
-
**Please describe what you would like the feature to accomplish.**
When the `` is not provided in a Q# project, the system sets a default path for this to be a folder in the project file's director…
-
Looking at the source of this page https://github.com/microsoft/QuantumLibraries/blob/8352240cf512dc46824f38354102282bd7925cf7/Standard/src/Arithmetic/Deprecated.qs#L143
The argument to `@Deprecated`…