Mudit Pandey
Mudit Pandey
I think this can be addressed by doing the following: In `pennylane/_qubit_device.py:1058`, make the following changes: ```python num_wires = len(device_wires) if len(device_wires) > 0 else self.num_wires if counts: shape =...
Hi @albi3ro ! Thanks for the review. I do agree about the note you made regarding the significant overlap and redundancy between `QubitUnitary`, `QutritUnitary`, and `ControlledQutritUnitary`. When this PR was...
Re: changing subspace to tuples in documentation and tests, I was thinking about it when I first changed the TRX subspace to be a tuple by default, but during subspace...
> @mudit2812 do we need this for the release? No, but it would be nice to have.
> Thanks! @mudit2812 do you have the ability to merge in `master` to the PR branch so that we can do a final round of tests? I will check on...
This is because `defer_measurements` doesn't support custom wire labels. The two routes to resolution for this bug are: * Raise an error if custom wire labels are being used. This...
> @mudit2812 don't we have a PR open to support custom wire labels with deferred measurements? I have a prototype sitting around. There are a lot of sharp bits with...
Relevant PR for fix: #4625
#5280 adds a more relevant error. A more detailed fix will come soon.
[sc-55328]