Jake Lishman

Results 376 comments of Jake Lishman

Ed Chen pointed out to me that `bit_xor` (and I would guess `bit_or`) has the same problem - not supported on Terra's pseudo Bool/bit type in Aer. Can we make...

You can replace `import qiskit.providers.aer` with `import qiskit_aer` - the former has been deprecated for quite some time, and was entirely removed in Qiskit 1.0.

If this is still an issue, please could you re-open the issue on Qiskit Aer?

Oh yeah, thanks - I forgot that I could transfer to Aer from here. A bunch of the issues I was looking through needed to be on repos outside this...

Current dependency DAG of the created PRs, where an arrow from A to B means "A depends on B". In theory all the links are clickable, but I found it...

Pushing this from 0.45 because there are some further internal API considerations about how the transpiler should reason about classical-memory access. The system is already at the limits of special...

All merged PRs are reverted by #11667 for 1.0.

I've updated this post to refer to `BasicSimulator`, following the removal of `BasicAer` in 1.0.

There's no need to encode an integer as its ASCII character representation - the current one-byte integer encoding of the `QISKIT_VERSION` can hold versions up to 256 without issue.

I haven't looked through the PR completely, but on a very quick scan, it looks like you're converting a lot of things to strings that shouldn't be strings; QPY is...