-
**Describe the bug**
When I open a project in VS 2019, IntelliSense often errorneously underlines all callables with red squiggles, claiming "QS6001 A function or operation already exists". The bui…
-
**Describe the bug**
I noticed that in the PRs for the Quantum API docs there are some warnings. These articles are auto generated.
**To Reproduce**
See the past PRs in https://github.com/Mic…
-
Using current techniques, it is cheaper to perform a Toffoli gate directly via a CCZ state instead of via multiple T states. As a result, I often want to count Toffoli gates instead of T gates.
I h…
-
**Suggestion**
The suggestion is to generalize the mechanism for [qubit allocations] in Q# to cover the following scenarios by introducing a more general notion of initializers for [qubit allocatio…
-
**Describe the bug**
If I install the VSCode extension in GitHub codespaces using devcontainer, it installs it as a normal extension (not a "Browser - Installed" list). In this scenario, I can see …
-
To me, that circuit looks like a QFT and not an inverse QFT. Can someone verify this?
-
**Please describe what you would like the feature to accomplish.**
Here is a characteristic example in which the use of attributes and the access of their values are helpful.
```q#
@Test("Resourc…
-
**Describe the bug**
RCA panics when comparing arrays.
```qsharp
operation Main() : Unit {
use qs = Qubit[2];
MResetEachZ(qs) == [Zero, Zero];
}
```
**To Reproduce**
[Playgrou…
-
This is a tracking issue for the second half of #2849!
Long long list of languages ahead:
- [ ] abap
- [ ] abnf
- [ ] actionscript
- [x] ada (#3381)
- [x] agda
- [x] al
- [ ] antlr4
- [ ]…
-
**Is your feature request related to a problem? Please describe.**
Adding concrete examples to API documentation comments can help clarify how Q# functions and operations are to be used. For example,…