Josh Izaac
Josh Izaac
Nice explanation @dime10 :) To cover your other question @ankit27kh, we are actually in the process of implementing `catalyst.vmap` in #497, so will take this feedback into account! Once done,...
Thanks @ankit27kh!
@erick-xanadu do you have more context here for this issue?
Thanks! do you mind updating the original comment in the issue with the full context?
The only test not currently working is `test_expval_2`: ```python @cudaq_qjit @qml.qnode(qml.device("softwareq.qpp", wires=2)) def circuit(): qml.RY(jnp.pi / 4, wires=[1]) return qml.expval(qml.PauliZ(1) + qml.PauliX(1)) ``` See here for the traceback ```pycon >>>...
> The errors I am seeing on CI are different 🤔 I've just pushed a fix, the only failures should now be `test_expval_2`.
@dime10 this was almost ready to go, there was just a single failing test that was beyond my expertise and I couldn't solve
> We tried to verify this but unfortunately couldn't reproduce. Ah 🤔 If I recall, it was @Qottmann who reported this. > On Ubuntu, specify that libstdc++-dev needs to be...
@erick-xanadu @dime10 what is the current status of this issue 🤔 Do we want to edit it to reflect a technical improvement/feature?
@dime10 as I was writing out my comment above, it did strike me as odd (that you could install `clang` without installing `libstdc++0-dev`!). But I like the idea of a...