Mudit Pandey

Results 42 comments of Mudit Pandey

@vincentmr @bnishanth16 just a quick correction: `mcm_method="single-branch-statistics"` only works when using `qjit`.

> Note that `qml.simplify` does simplify adjoints where possible: > > ``` > @qml.simplify > @qml.qnode(qml.device('default.qubit')) > def circuit(x): > qml.adjoint(qml.RX(x,0)) > qml.adjoint(qml.X(0)) > return qml.state() > > qml.draw(circuit, level=1)(0.5)...

Hi, the most recent stable releases of both PennyLane and OpenFermion support NumPy 2.0. Are there any plans to support the same in Mitiq soon?

> Is this a feature you need? If so, what's the numpy 2 feature you're relying on? We're not relying explicitly on NumPy 2.x for anything. This came up because...

> Unfortunately that hasn't been possible since pennylane 0.36 due to an old qiskit version in pennylane-qiskit ([#2814 (comment)](https://github.com/unitaryfoundation/mitiq/issues/2814#issuecomment-3138094003)). Thanks for the update. We will actually also be updating the...

> What if someone wanted to implement via an interpreter-based approach rather than a trace-based approach? This is something I've thought about for some time. There are cases where we...

Note to reviewers @albi3ro @PietropaoloFrisoni . The changes to the `pennylane/transforms` module have been copied to #6633. I'm not removing them from this PR because rebasing the branch is proving...

Go for it. My bad for forgetting to close these issues 😅