Jonathan Wurtz

Results 27 comments of Jonathan Wurtz

Additionally, if the task report already has all bitstring measurements accounted for, there would be no need to query remote

I believe that this should be a critical feature of Bloqade, and it is a bit surprising that we do not have it already. It would also be great to...

What do you mean by this and why does it reference a compiler? This does not need anything compiler-like; instead, it should seek to make minimal modifications to the waveforms...

`run_async` and `run` have different behaviors at execution (one is blocking while one is not) but I think that the object returned from either should be the same. Of course,...

Yes, you can just decorate your function as a waveform, but a user might just put an iterable for durations and values, which is completely reasonable and has an unambiguous...

I am using an iPython command line after initializing a job using https://github.com/QuEraComputing/hybrid_algorithms/blob/main/examples/implementation_mis.py . I use `job.pull()` to block progress until the job is complete, but it seems to never...

I understand that this is probably pretty hard to reproduce but perhaps instead of leaning on AWS triggers, instead query every X seconds if the job status is Complete?

There is no interrupt exception, it just hangs even when I call an interrupt.

![image](https://github.com/QuEraComputing/bloqade-python/assets/20091330/e3ae636d-de8a-4dd0-8a1e-10756f22da0f) `job.fetch()` still sometimes holds indefinitely even if the jobs have been completed (checked via the AWS dashboard). This is a bad user experience issue. The job in this example...

https://github.com/QuEraComputing/bloqade-python/issues/372 https://github.com/QuEraComputing/bloqade-python/issues/427