Andres Paz
Andres Paz
This was fixed by updated NetMQ on jupyter-core.
This issue is now happening on our Docker image as well. Looks like the latest version of `nbconvert` (0.6.4) and `ipython` (7.34.0) are causing timeouts on IOPub messages.
This should be fixed with #708, which is now released as part of the QDK 0.25.228311+
I'm going to open again this Issue, as getting the counts from the experiment is not the same as turning memory on and getting the values of the measurements of...
This is aligned with #19, it would be great to be able to provide custom visualizations for individual gates, that would allow to make the "I" gate "invisible" by rendering...
One way we can easily accomplish this for now, would be to decorate every gate with the name of the gate itself. For example, right now is rendered with: `H`...
I've recently noticed a bunch of weird/hardcoded behavior with measurements that we should indeed fix.
If you are interested on working on this, please contact me (@anpaz) to chat more about it.
A couple more things the API should allow: - It should be easy to add custom visualizations of gates. Right now the logic to select a gate formatter (say `X`)...