-
While investigating which debugger extensions are using deprecated extension API I found two issues with coreclr:
- In the package.json "enableBreakpointsFor" is used as a property of the "debugger…
-
**Describe the bug**
A faulty program compiles without reporting an error when compiled twice in a row without changing files.
**To Reproduce**
Run the following PS file.
```powershell
$p…
-
**This issue was originally filed by @patrickxli as MicrosoftDocs/quantum-docs-pr#473.**
When I import qsharp in Python, I see the following error:
```
import qsharp
Preparing Q# environment..…
-
#### Issue description
Evaluation of operators fails when using plugins because circuits/gates are invoked with a pennylane wires object instead of a number or a slice.
This issue can be easily …
-
## Isssue
Currently `CopyLocalLockFileAssemblies ` is set to `true` and dotnet copies assemblies without pdb files and documentation xml files. This means that `pdb` files are not found and debugging…
-
In the runtime repo, there is a circuit defined as follows:
```
function GenRecursionPartial
-
Hi,
I'm getting the following error when trying to install iqsharp on OX
```
:~/quantum/qs $ dotnet iqsharp install
Unhandled exception. System.NullReferenceException: Object reference not set…
-
The link in the second bullet for the [0.12 release notes](https://docs.microsoft.com/en-us/quantum/resources/relnotes#version-01220070124) is broken. " Microsoft.Quantum.Synthesis namespace" links …
-
**Describe the bug**
Operations in .qs files are not recognized in the project. If I place the quantum code in a project where the sdk is set to Microsoft.Quantum.Sdk/0.10.2001.2831 (in the csproj fi…
-
**Describe the bug**
Python is unable to run commands after _import qsharp_, probably because the attempt to **dot iqsharp install** from the command line failed (see Screenshot 1)
I suspect there…