-
![image](https://user-images.githubusercontent.com/17031124/53692269-f33e9400-3dcf-11e9-966a-bd7f4bd585da.png)
https://speakerdeck.com/utsugitakeru/itenziniafalsetamefalseliang-zi-konpiyutaru-men?s…
-
### Expected behavior
The expectation value obtained for the tensor product of an observable containing terms using `qml.Hermitian` is correct.
### Actual behavior
Incorrect result.
### Additional…
-
**Describe the bug**
The signatures of different facts and assertions are not consistent with respect to supporting `message : String` inputs. For example:
```Q#
// No message input.
function Ne…
-
We want to add code action that will simplify array index range expressions.
Examples:
"ary[0..2..Length(ary)-1]" **would become** "ary[...2...]"
"ary[Length(ary)-1..-2..0]" **would become** "ary…
-
**Describe the bug**
Some code actions don't replace incorrect code with correct one, but rather insert new code somewhere - either at the end of the file or at cursor.
**To Reproduce**
I'm a…
-
**Is your feature request related to a problem? Please describe.**
In latest beta builds from `master`, the language server is creating a temporary project to compile and provide IntelliSense feature…
-
**Describe the bug**
In both Visual Studio and Visual Studio Code, there is a CodeAction that suggests adding documentation to Q# operations. This action becomes unavailable when the corresponding …
-
**Is your feature request related to a problem? Please describe.**
Consider the following snippet of code:
```qsharp
function fooA( a : (Unit => Unit is Adj) ) : Unit {}
function foo( a : (Unit …
-
### Expected behavior
User-specified dtypes on the device are not considered in a wide variety of cases. The ones detailed below are just specific ones found by chance, a more systematic think-thro…
-
A major source of boilerplate and typos and readability issues in my Q# programs is having to write things like this:
```
PlusEqual(target, offset)
```
Instead of this:
```
target += offse…