You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I’m resurrecting my old Bloquade code which uses parametric waveform and now I see crash in emu_batch.source.show()
ValueError: Variable sweep_time not assigned
Despite I do it after all variables have been assigned and
emu_batch = batch.braket.local_emulator().run(shots=30)
completed emulation.
Describe the bug
I’m resurrecting my old Bloquade code which uses parametric waveform and now I see crash in emu_batch.source.show()
ValueError: Variable sweep_time not assigned
Despite I do it after all variables have been assigned and
emu_batch = batch.braket.local_emulator().run(shots=30)
completed emulation.
Minimal broken example
https://github.com/balewski/quantumMind/blob/main/QuEra/python/notebooks/bloqade/2D-state.ipynb
Desktop (please complete the following information):
Ubuntu 24
bloqade 0.15.14
Python 3.12.3
The text was updated successfully, but these errors were encountered: