-
Consider mentioning this in the coding style (member variable initialization of the built-in types - those that stay *un*initialized if not initialized explicitly).
https://github.com/microsoft/qshar…
-
**Is your feature request related to a problem? Please describe.**
I am trying to run a more complex quantum circuit that requires a timeout for the variable `compilerRunTimeoutMs` greater than 5 min…
-
In the path https://github.com/microsoft/qsharp-runtime/tree/main/src/Simulation/Native there's a number of binary files whose name ends with `_test`. Those are test executables (in ELF format, likely…
-
Looking for a Zookeeper who can help manage and drive more algorithms to be implemented in the zoo!
https://github.com/qsharp-community/algorithm-zoo
-
From microsoft/qsharp-language#132:
> I'd like to be able to write this:
>
> ```
> for k in 0L..15L {
> ...
> }
> ```
>
> Currently this causes a compile error:
>
> `error QS0001: …
-
Related:
https://github.com/microsoft/qsharp-runtime/issues/975
https://github.com/microsoft/QuantumLibraries/issues/546
Consider moving [this assert](https://github.com/microsoft/qsharp-runtime/…
-
To follow up https://github.com/microsoft/qsharp/pull/1810 and the internal discussion on this: using `ApplyQFT` name for an operation that applies only a part of QFT is misleading and can lead to lon…
-
Patterns in Q# can be extended to support UDTs, literals, etc. Match expressions would be useful for branching on an integer or string value, or a value of a sum type (#483). See microsoft/qsharp-lang…
-
I believe this _might_ be a duplicate of #6087 but it also might not be.
- Extension version: 0.92.0
- VSCode Version: 1.91.1
- OS: Darwin arm64 23.5.0
- Repository Clone Configuration (sin…
sezna updated
4 months ago
-
Postponed items from the code review (https://github.com/microsoft/qsharp/pull/1068):
internal operation ApproximatelyMultiplexZ:
This cost of this can be cut in half, by applying the first part o…