Mariia Mykhailova
Mariia Mykhailova
* Fewer precision -> smaller precision * Let's add periods at the end of the summary and the input descriptions to match the rest of the APIs * Can you...
I would make the API a bit more formal, pulling into it the constraints on the inputs dictated by the operations it is using, and providing a small example of...
The first bullet on the list is complete, https://github.com/microsoft/Quantum/commit/7aa68811824093d3be663dd81fb58178d3d11697 updated Sudoku solver sample to use sparse simulator instead of the full state simulator.
I imagine https://github.com/microsoft/Quantum/pull/713 and its counterpart for IonQ will contribute to this as well, since they'll show up in the gallery.
Oddly enough, I've found one case on which the sparse simulator was significantly slower than the full state one. If that's of interest, I try to dig up the example...
+1 from the discussion https://github.com/microsoft/qsharp-runtime/issues/156. (The asserts I'm looking at there, primarily AssertAllZero, come from the runtime repository, so I'm not sure whether to open a new issue or just...
I've been just reminded of how valuable this capability would be: I had an 8-qubit quantum state that had only 2 non-zero basis states in a Q# unit test project,...
I can reproduce this when running this sample locally as a Python script. I could fix that by adding the following lines ``` qsharp.packages.add("Microsoft.Quantum.Numerics::0.25.218240") qsharp.reload() ``` right after `import iqsharp`....
The failure on the first cell should be fixed now with https://github.com/microsoft/Quantum/pull/705. However, we still won't get a result by running this sample on Binder as is, since host.py assumes...
The fixed point and `LittleEndian` sets of comparisons differ - there is no "a `FixedPoint` register and a constant with arbitrary action on target". Do we need to add that...