Mariia Mykhailova

Results 77 issues of Mariia Mykhailova

To keep track of improvement suggestions from #1033: * Pass multiple qubit parameters by default and print a summary table. * Add a parameter to load resource estimation configuration from...

enhancement

**Is your feature request related to a problem? Please describe.** In the classic QDK, `BigIntAsBoolArray` function used to take one argument, the BigInt to be converted to the bit string,...

enhancement
needs triage

**Is your feature request related to a problem? Please describe.** An array with missing commas between elements `[1. 0. 0.]` yields a confusing error message: "expected `]`, found float". This...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Classic QDK supported [AllowAtMostNCallsCA](https://learn.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.allowatmostncallsca) operation that restricted the number of times a certain operation would be called in the code....

enhancement

**Is your feature request related to a problem? Please describe.** Classic QDK supported [AllowAtMostNQubits](https://learn.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.allowatmostnqubits) operation that restricted the number of qubits that could be allocated in the code. This functionality...

enhancement

**Is your feature request related to a problem? Please describe.** I'm working with multiple multi-file Q# projects that are covered by Python unit tests (see an example [here](https://github.com/tcNickolas/q-sharp-pocket-guide-samples/tree/qdk1.0/samples/chapter%208/testing)). For such...

enhancement

Current [ExploringGroversAlgorithm tutorial](https://github.com/microsoft/QuantumKatas/tree/main/tutorials/ExploringGroversAlgorithm) and [GroversAlgorithm kata](https://github.com/microsoft/QuantumKatas/tree/main/GroversAlgorithm) cannot be used with the modern QDK. It would be nice to have them available as part of the [new katas experience](https://quantum.microsoft.com/en-us/experience/quantum-katas). We'll need...

enhancement
katas