-
[Discussion](https://github.com/microsoft/qsharp-runtime/pull/918#discussion_r792769094).
**Copy:**
cgranade
This appears to automatically reset all qubits on release, but that's not the semanti…
-
Whenever an array in QIR is set to a new variable, the alias counts on each item have to be incremented for the new alias and later decremented if the previous variable goes out of scope. This can als…
-
We need to access `maxQubitIndex` and `maxResultIndex` attributes [from QAT static resource adaptor](https://www.qir-alliance.org/qat/UsingQAT/TargetingQIR/#static-resource-adaptor-manipulates-statica…
-
If needed, document in more details the Q#'s [ArcTan2 function](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.math.arctan2), in particular whether it corresponds to the [C](http…
-
A profile of a specification is a subset of the specification that defines a coherent set of functionalities and capabilities that might be offered by a system. Defining profiles allows a specificatio…
-
-
## Description
As shown in the below testcase, there is an incorrect operation call in line 12. When executing the testcase, it reports an error normally. But the description of the error line in t…
-
Once a user has identified a quota that needs to be modified they need to navigate away from the dashboards to a different screen to request an update to the quota. Can we provide a link next to the m…
-
I am finding it difficult to make use of ArrayType and StructType in PyQIR. It is not possible to directly instantiate these classes and it also seems impossible to subclass these types. (I get a Type…
-
**Describe the bug**
When calling recursive operations in Base profile you get an error (this the correct behavior).
But you can get around it using the following hack. And it runs.
```
namesp…