Phillip Weinberg
Phillip Weinberg
Playing around a bit with MyPy and I have found that the the standard way of doing mix-in traits doesn't quite work with type checking. Take the following example ```python...
**Is your feature request related to a problem? Please describe.** it would be nice if you didn't have to restart the emulation when performing a time sweep. **Describe the solution...
Currently we simply dump the bloqade program to QuEra and then transform from the QuEra format to the Braket format. Going foward it would make more sense to dump a...
Also I am not sure we tested on 32bit python. on Google Colab free version sometimes they assign you 32bit cpu instead of 64bit _Originally posted by @kaihsin in https://github.com/QuEraComputing/bloqade-python/issues/560#issuecomment-1719985804_
**Is your feature request related to a problem? Please describe.** Standard Templates are SOOO BORING. **Describe the solution you'd like** Upgrade to using interactive templates.
in #364 I had to copy the stream because of the behavior of `read_address` consuming all the `pragma` nodes before I was able to read them in.
The idea here is that when generating defective graphs sometimes there are atoms that are not within the blockade radius of the rest of the system and these atoms are...
if using python's built in `multiprocessing` library or components built on that, e.g. `concurrent` you must wrap your parallel portions of code with `if __name__ == "__main__":` to try and...