-
Arrays in Q# are immutable, meaning array items cannot be updated once defined. See [Local Variables](https://docs.microsoft.com/en-us/quantum/techniques/local-variables?view=qsharp-preview#mutabilit…
-
Issue description below copied from https://github.com/MicrosoftDocs/quantum-docs-pr/issues/1076. Reported by @sanori.
Note that this affects only the first run after installation. Once everything …
-
For Q# libraries APIs we have pages that list all operations in the namespace, such as [this one](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.math). It would be really conveni…
-
This program fails to compile:
```
namespace Example {
open Microsoft.Quantum.Intrinsic;
@EntryPoint()
operation Test() : Unit {
Message($"{";"}");
}
}
```
A very sim…
-
**Describe the bug**
The current [Microsoft.Quantum.Preparation namespace](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.preparation?view=qsharp-preview), which provides functi…
-
This came up in discussion on the [Q# community gitter](https://gitter.im/qsharp-community/community) and I'm mainly logging this, so I don't forget. Ideally, I'd like to implement this myself as I le…
-
```
$ python
Python 3.7.6 | packaged by conda-forge | (default, Jun 1 2020, 18:57:50)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import qsha…
-
microsoft/qsharp-compiler#673 added support for binary and octal BigInt literals to the compiler. The documentation on [BigInt Literals](https://github.com/microsoft/qsharp-language/blob/main/Specific…
-
An example can be found in [ExploringQuantumClassificationLibrary notebook](https://github.com/microsoft/QuantumKatas/blob/main/tutorials/QuantumClassification/ExploringQuantumClassificationLibrary.ip…
-
Currently, the Truth Tables kata asks learner to define two new truth tables x2 and x3, but the intention is not clearly specified.
Therefore some description can be added, specifying that :
x2 s…