Mariia Mykhailova
Mariia Mykhailova
@Manvi-Agrawal That will be great! Generally it's cleaner to keep unrelated changes separate, since this makes troubleshooting easier if anything breaks (allows to check which of the changes was breaking...
That's a good point, indeed Superposition task 1.12 uses it in the solution (as well as ControlledOnBitString) but doesn't offer a hint for it. Do you want to open a...
Exercise 5 of the MultiQubitGates tutorial covers `ControlledOnBitString` function in quite a lot of detail, so we probably don't need an infinite number of tasks :-) BasicGates can be a...
Ideally the documentation would be sufficient to use the library operation without looking at the samples repo and the source code of the operation... I just got burned by this...
@cgranade I'll admit I have no recollection of suggesting this... My best guess it had something to do with checking whether the oracles modify their input registers, this could've been...
There are several more gates that also take angle parameter (R and R1) - it makes sense to update those as well for uniformity. Also, I'm not sure if it's...
This behavior persists in QDK version 0.17.2105143879.
I have a test defined using `@Test` attribute which I run in the Visual Studio ("dotnet test" via command line doesn't have error message either). For the simplest repro of...
I understand where this behavior comes from, and I can come up with a workaround. I stumbled upon this example thinking of it from the point of view of a...
I'm using regular kata projects, and I get this behavior on multiple ones - just opened the TruthTables kata from a fresh repository clone (so no old builds of mismatched...