gadial

Results 5 comments of gadial

I can fix this problem locally in tomography by explicitly marginalizing if the size of the returned result is not the same as the number of clbits, but this is...

The tomography tutorial was removed due to non-essential bugs (e.g. not adding `validate=False` to `state_fidelity` calls). I opened a PR with an updated version: https://github.com/Qiskit/qiskit-tutorials/pull/973 However, recently I had a...

Ok, now I see that indeed, building the tutorial failed because of this problem. This is a bigger issue than simply a "tutorial not working" problem.

The cause for problems here is `exp_data.save()` because `save` only saves the children that were already added to `exp_data`, and adding new children is done concurrently. Doing `exp_data.block_for_results().save()` fixes it;...

It should be possible to cancel the JKU process, but it will require some code changes and careful testing. Let's see if we decide we want local simulators to implement...