Jonathan Wurtz
Jonathan Wurtz
**Is your feature request related to a problem? Please describe.** Given a (running or complete?) batch task, it is unclear if all of the jobs have returned all bitstrings and...
**Is your feature request related to a problem? Please describe.** When plotting atom positions, it is possible to show the unit disk radius but it is not necessarily clear which...
When converting a program to one that should run on Aquila, we should have a function that adds all of the adjustments to make the program valid to run on...
**Describe the bug** Another feature request/bug. Different backends (eg emulation vs braket.aquila) have different classes, which have different class methods. It is much more natural for them to all have...
**Describe the bug** One of those feature/bug things; the type requirements when specifying durations and values for a piecewise_linear waveform are too strict. **Minimal broken example** ``` times = np.linspace(0,2,51)...
When calling `*.show()` on a parallelized program
If I call `job.pull()` on a hardware job on the command line, I can't stop the line from blocking, eg CTRL-C doesn't stop it.
Add functionality so that a user can check if the program they created is within the restrictions of a valid program for hardware X. For example, ``` program.braket.aquila().validate() ``` checks...
``` submitted_job = job.submit() File ~\AppData\Local\anaconda3\envs\root3\lib\site-packages\bloqade\task\cloud_base.py:235 in submit raise CloudBatchTask.SubmissionException( SubmissionException: One or more error(s) occured during submission, please see the following files for more information: - partial-batch-future-2023-08-07 16-45-04.818718.json -...
A handy new functionality! One small request: Can the axis be set as equal, so spatial distances in X and Y are reproduced in the plot. In the screenshot below,...