Wojciech Mruczkiewicz
Wojciech Mruczkiewicz
@ncrubin I have checked the behavior of sqrt(iswap) and sqrt(iswap)^{-1} in Floquet code and so far they seem to be supported correctly. I suspect the problem you observed might have...
As far as I remember @mpharrigan was about to discuss the theory of XEB with some people in our group to confirm the math behind this PR. Matthew, what's the...
The concucrrent.futures.ThreadPoolExecutor is a concept that is conceptually orthogonal to asyncio library and they aim to solve slightly different problem. By design, asyncio is a single threaded library which allows...