-
Arguably this is not a bug but a limitation that would not be encountered if best practices were followed (i.e. not creating users, or in fact any filenames, with spaces in them). If so, let us know a…
natke updated
4 years ago
-
[Enter feedback here]
There are these in the doc
```
C# with Visual Studio
C# with VS Code
C# with the command line
```
Shouldn't these be Q# and not C#
---
#### Document Details
⚠ *…
-
** Please describe what you would like the feature to accomplish.**
The current simulator implementation requires that all qubits be reset to the `|0>` state before release, and treats it as a runtim…
-
The [documentation](https://docs.microsoft.com/en-us/quantum/user-guide/language/expressions#string-expressions) states that escape sequences such as `\n` in string literals are replaced with the corr…
-
As reported on https://github.com/microsoft/iqsharp/issues/63
## Describe the bug
When there are spaces in the user's home directory iqsharp cannot be installed, giving errors like the ones shown …
anpaz updated
4 years ago
-
https://github.com/microsoft/qsharp-runtime/blob/e6985b2f85cb0bc10d66e936f8c29419d2010a50/src/Simulation/Common/AbstractFactory.cs#L86-L89
-
**Describe the bug**
The 'Random' function is not zero indexed.
**To Reproduce**
Use Message($"{Random[1.0]}");
**Expected behavior**
If our arrays are zero-indexed, the returned index should…
-
**Describe the bug**
I am using the Q# environment. I am trying to replace an element in a array with another element. Specifically a qubit for another qubit.
**To Reproduce**
Steps to reproduce…
-
Probably good if you already know what everything means. There are several keywords and operations that exist on the page that were not in the previous quickstarts that have no indication of what they…
-
I was working on the Quantam Katas Tutorial - [Single-qubit](https://github.com/microsoft/QuantumKatas/blob/master/tutorials/SingleQubitGates) gates via Jupyter Notebooks on my local directory where i…