Mariia Mykhailova

Results 77 issues of Mariia Mykhailova

It would be really neat for this page to offer a list of namespaces offered by Q# libraries with their short summaries, similar to how pages dedicated to individual namespaces...

## Describe the bug The same code produces different output when executed on QuantumSimulator vs SparseSimulator. It appears that the basis states are labeled in little endian for QuantumSimulator, but...

bug

## Describe the bug DumpMachine uses different ket symbols for states with real and complex amplitudes. This happens both for full state simulator and for sparse simulator. ## To Reproduce...

bug

* [CY](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.canon.cy) and [CZ](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.canon.cz) gate matrices should render as matrices (same as [CX](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.canon.cx)) * Links in [R1Frac](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.intrinsic.r1frac) and [RFrac](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.intrinsic.rfrac) need `xref` to render as links

**Describe the bug** When code completion replaces the partial variable/operation name with the autocompleted one, it replaces the characters that cannot be part of the variable name, such as closing...

bug
area: editor

https://github.com/microsoft/Quantum/blob/main/samples/diagnostics/unit-testing/RepeatUntilSuccessCircuits.qs uses the word "failed" in the context that doesn't actually indicate a test failure, merely a normal life stage of a RUS loop. This makes test logs harder to...

## Describe the bug DumpMachine called from Q# unit test (defined using `@Test` attribute) does not print program state. ## To Reproduce [Superposition kata](https://github.com/microsoft/QuantumKatas/blob/main/Superposition) uses DumpMachine to print expected and...

bug
needs triage
tracking

**Describe the bug** In Python+Q# notebooks (both local and hosted on Azure Quantum), error message points to the line number off-by-one due to `%%qsharp` magic command taking up the first...

Kind-Bug
Area-Kernel
Area-Python

**Is your feature request related to a problem? Please describe.** Currently the code samples in the /samples/language folder don't produce any output; they evaluate some expressions, but the results are...

enhancement
good first issue
samples

Closes #1448. * Mostly automatically generated, had to fix a few formulas manually (one had a missing bracket before | which is now a parsing issue) * The remaining \rangle...