-
The repository currently responsible for providing syntax highlighting for gdscript files is broken, and doesn't seem to be maintained. I suggest switching to another repo that is updated more frequ…
-
See https://github.com/microsoft/qsharp/pull/1091 where I had to pin to 2.22.0 to get our build to work again.
With 2.23.0 I get an error message running "vsce package --pre-release" that
```
…
-
In the C++ version of the sparse simulator, semi-classical operations (i.e., those that would only permute or apply phase to computational basis states) would be queued instead of immediately executed…
-
**Is your feature request related to a problem? Please describe.**
DumpMachine prints floating-point numbers in amplitudes with 4 digits of precision, but the same numbers show up with a lot more pre…
-
We need to perform a conversion before calling `PreparePureStateD` to reproduce what is documented.
For example the code snippet will not prepare |𝜓⟩=√(1/8)|0⟩+√(7/8)|2⟩ instead it prepares |𝜓⟩=√(1…
-
**Describe the bug**
When embedding SVGs into Katas using the `@svg` macro, depending on the image that is embedded, the browser might not display the image in the playground. In these cases, the b…
-
Hello,
I'm a professor in a university. I'm trying to build a course on quantum computing based on qsharp. I need the API documentation for this course. But it's nowhere now. There is no API docume…
-
**Describe the bug**
Python API `dump_operation()` fails with `Qsc.TypeCk.FunctorMismatch: expected empty set, found Adj + Ctl` error if operation has Adj/Ctl specializations. This doesn't really m…
-
**Is your feature request related to a problem? Please describe.**
Q* allows quantum programs to specify known estimates used in the Microsoft Resource Estimator. Given that QIR is a valid input to t…
-
**Describe the bug**
In the tutorials, The Qubit > Display the Quantum State of a Multi-Qubit Program includes the demo code DumpMachine for Multi-Qubit Systems. The comments about performing the X…