Phillip Weinberg
Phillip Weinberg
Oh one issue would be on how to deal with `RunTimeVectors` in the optimization step.
This is not a bug this is a requirement for using Aquila via braket. The emulator will always have different restrictions compared to the actual hardware. You should design your...
@Wang-Shengtao I think some input about the physical implementation of the Rabi drive would be helpful for this discussion, specifically to whether it is physically possible to have local addressing...
Oh right, I forget we should probably stick with the dictionary interface for the Pulse IR. Nothing would need to change in the Pulse IR.
Another Idea would be to define a special type of `SpatialModulation` specifically for Rabi term.
> what dictionary interface are you referring to here? And why this change will not affect the dictionary interface? In my original proposal, I replaced the dictionary interface with concrete...
This doesn't belong in the builder because the builder contains the bloqade-IR
We basically need to overload `__hash__` and `__eq__` for Job objects.
I think some of the functionality here can be implemented in the new `Callable` objects. The idea being that the `Callable` object can keep a history of all previous calls...
Also when we eventually serialize the bloqade IR, we can also serialize this object to basically checkpoint the hybrid job later on.