Jake Lishman
Jake Lishman
We don't have an importer for Qiskit from OpenQASM 3 yet, but it is on our radar as a feature to add.
I'll preface this by saying that I don't feel very strongly. Personally, I don't remember ever having had any serious issue caused by import order, either as a merge conflict...
I'm not involved in this module at all, so my view isn't especially important, I just wanted to point out that making breaking changes to an API is generally not...
Yeah, I can join in if that'll help - I'll have to re-read my own proposal (I wrote it nearly a year ago, and I moved on a lot since...
Oh, I didn't see that this issue existed. I was able to rebuild the image for 4.6 without the pain being _too_ excruciating, but it was a very manual process....
The scipy Laguerre polynomial will be very inefficient for constructing the entries because it's linear in various inputs, and we need a quadratic number of entries for it, so it...
Here's one proper recurrence relation implementation of Laguerre polynomials. I made this one for a particular use-case in constructing ion trap Hamiltonians, so the actual recurrence relationship used might not...
Looking back at that (I wrote it two years ago), that code can definitely be sped up.
No, that's my last point.
I was just thinking about this again and came up with a good speed up for the truncated Hilbert space. I can't think of any method to get analytic closed-form...