-
The call graph design includes the functionality to trim to a concrete call graph that includes only those callables that are part of the entrypoint dependency tree. However, this means that if a give…
-
#### Issue description
When applying `.inv()` for `qml.S` and `qml.T`, it seems that the original operation is applied instead of the inverse. This was noticed first when returning `qml.state()`, h…
-
As far as I can tell, there is no platform-agnostic way to implement variadic functions at the IR level and it's also error-prone, which creates a burden on the runtime implementers.
Instead of req…
-
**To Reproduce**
Create a Q# project with one file:
```
namespace Test {
@EntryPoint()
operation Test() : Unit {
}
}
```
dotnet build
```
PS C:\src\QSharpPlayground> dotnet b…
-
This issue has been create based on the issue originally filed by @Strilanc: https://github.com/microsoft/qsharp-compiler/issues/30
"My Q# programs are filled with unnecessary -1s because the slice…
-
The list of repos in https://docs.microsoft.com/en-us/quantum/resources/contributing/ should include the recently created Q# language and core libraries design repo: https://github.com/microsoft/qshar…
-
**Description**
I started tutorial of qsharp and i wrote my first qsharp and python (host) codes. But when i run qsharp codes in console, gets some messages in console.
**Bug**
When runs qsharp c…
-
I'm trying to execute my Q# code from Python code via Jupyter Notebook.
Python code is following:
```
import qsharp
qsharp.packages.add("Microsoft.Quantum.MachineLearning::0.11.2006.403")
qsharp…
-
## Describe the bug
When a UDT has a named item whose name is `Data`, accessing that item causes C# code generation to display a warning:
```
Microsoft (R) Build Engine version 16.3.0-preview-193…
-
## Describe the bug
The default values for a type `T` given by `(new T[1])[0]` or the equivalent library function `Default()` do not match the documented values here:
https://docs.microsoft.com/en…