-
**Describe the bug**
Namespace summary pages treat vertical bar in ket notation as a new table column, making for weird formatting.
The ket notation is done using Unicode (see example in [Reset](…
-
I was working on a file with Adaptive profile set, I then opened Shor.qs briefly to look up something, which has an error in Adaptive, but then after closing Shor.qs, the error persists with no way to…
-
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…
-
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…
-
**Describe the bug**
In Jupyter notebook, if simulation ended with runtime exception, allocated qubits stay around. They show up in the next `DumpMachine` outputs, even though there's no way to acc…
-
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
-
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/…
-
**Describe the bug**
Trace Simulator throws an exception on a controlled operation
**To Reproduce**
Create an iqsharp python notebook with the following cells:
```python
import os
os.environ["…
-
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: …
-
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…