Julien Gacon
Julien Gacon
I like the idea to make the synthesis happen later and have abstract blocks inside the circuit, however I think it's also quite a nice feature to be able to...
#7487 should handle this, though that PR needs some more work as we saw some performance hits on it... 🙂
I'm not sure this is the right approach, as we try to keep the classes stateless as much as possible (at least to the user). A better solution could be...
Would our own integer type, which you could convert to string (in the correct Qiskit-order 😉) solve the issue? We could store `our_int` type as key and if you want...
Yeah we don't support serializing and sending an arbitrary function, which is essentially what the termination checker is. One solution could be to implement a `TerminationChecker` in Qiskit directly with...
That's an interesting failure! It's been a while since I was actively using and maintaining this code, but I think the second signature in your comment is to allow chaining...
> Please, check which function is supposed to catch plot(x, y, string)? The first one. The second one is only there to enable the chaining which you don't need it...
Hi @Lavinius, thanks for reporting this! Feel free to submit a PR to address this issue, I didn't touch the code in a long time and it would probably take...
@anupamaray are you still pursuing this? I think this would be a great addition in the format we discussed above! 🙂
This needs a reno but then LGTM.