Mariia Mykhailova

Results 77 issues of Mariia Mykhailova

Looking at the source of this page https://github.com/microsoft/QuantumLibraries/blob/8352240cf512dc46824f38354102282bd7925cf7/Standard/src/Arithmetic/Deprecated.qs#L143 The argument to `@Deprecated` is not a fully qualified operation name but rather a code snippet, but the documentation attempts to treat...

**Please describe what you would like the feature to accomplish.** `DumpMachine` is one of the key features for a person who starts learning quantum computing using Q#. Unfortunately, the little-endian...

enhancement

## Describe the bug If Q# code uses an operation that is defined as `body intrinsic` without an actual body implemented by the simulator, running this code will fail, but...

bug
area: C# runtime

**Describe the bug** "Unused variable" warning CS0219 is not given if the unused variables are defined using tuple deconstruction. **To Reproduce** In the following code snippet ```qsharp let a =...

**Is your feature request related to a problem? Please describe.** Q# Jupyter Notebooks don't highlight "size" as a keyword. **Describe the solution you'd like** Highlight "size" as a keyword in...

Kind-Enhancement
Area-Client

**Describe the bug** Python host code doesn't receive runtime exceptions thrown by Q# code it calls. **To Reproduce** Steps to reproduce the behavior: Q# code: ```qsharp namespace Quantum.CircuitPuzzle { operation...

Kind-Enhancement
Area-Python

**Describe the bug** Expressions in squiggly brackets inside interpolated strings are highlighted as a string, rather than as Q# code fragments. **To Reproduce** See https://github.com/microsoft/qsharp-compiler/issues/1188 - it's the same issue...

Kind-Bug
Area-Client

**Describe the bug** Currently we can use both constants PauliI ... PauliZ and integers 0 ... 3 to pass parameters of type Pauli to magic commands. However, passing an integer...

Hacktoberfest

**Is your feature request related to a problem? Please describe.** Currently one can pass a Result literal as a parameter to a magic command using integer literals: 1 for One...

Kind-Enhancement
Area-Kernel
Hacktoberfest

**Describe the solution you'd like** It would be great to have a %config option to set DumpMachine to print the quantum state of the program as an expression in ket...

Kind-Enhancement
Area-Kernel
Hacktoberfest