Mariia Mykhailova

Results 77 issues of Mariia Mykhailova

Testing Q# code is an important part of developing a quantum project with QDK. We do most of our own testing (for example, for libraries) using Rust, so an external...

documentation
enhancement
samples

There are multiple katas in the Quantum Katas project that cannot be used with the modern QDK, and are straightforward to migrate to the [new katas experience](https://quantum.microsoft.com/en-us/experience/quantum-katas). I don't have...

enhancement
good first issue
help wanted
katas

Discussion landed at a few concrete tasks to help with mitigating how confusing global phase in simulation can be: - [x] #1370 - [ ] #1388 - [x] #1450 -...

bug

**Describe the bug** @[example] macro within `` tag is rendered outside of `` section, showing up even if the `` section is collapsed. **To Reproduce** Multi-Qubit Measurements kata, exercise Multi-Qubit...

bug
needs triage

**Is your feature request related to a problem? Please describe.** I print arbitrary floating-point numbers that are arguments to the tests in the katas quite often, and printing them with...

enhancement
needs triage

**Describe the bug** In Jupyter notebook, if simulation ended with runtime exception, allocated qubits stay around. They show up in the next `DumpMachine` outputs, even though there's no way to...

bug
needs triage

**Describe the bug** It is possible to apply Controlled Ry and Rz gates with 2 controls and target that is the same as one of the controls, and have no...

bug
needs triage

**Describe the bug** Not all data types can be converted to String using string interpolation. I've noticed this for UDTs, with both named and unnamed items, there might be other...

enhancement
hack-candidates

**Is your feature request related to a problem? Please describe.** It is very useful to be able to print the matrix of the operation directly from Q#, like we could...

enhancement
needs triage

Current [ExploringDeutschJozsaAlgorithm tutorial](https://github.com/microsoft/QuantumKatas/tree/main/tutorials/ExploringDeutschJozsaAlgorithm) can not be used with the modern QDK. It would be nice to have it available as part of the [new katas experience](https://quantum.microsoft.com/en-us/experience/quantum-katas). It has _a lot_...

enhancement
katas