users after reported, after a training session, some relevant items to help improve UX for Bloqade:
Documentation & Examples: While the tutorials on the Bloqade site
https://bloqade.quera.com/latest/digital/tutorials/circuits_with_bloqade/#squin-kernel-statements are informative, I found it difficult to find a complete, end-to-end example. Having a standalone script for something like a Bell state simulation that users can easily copy and run would be highly beneficial, like my bell1.py
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/toys/bell1.py
• Software Stack Compatibility: I found the installation process on x86 architecture somewhat complex, (see ubu24-quera-squin.dockerfile ) as it required careful version management to ensure all components worked together seamlessly.
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/ubu24-quera-squin.dockerfile
• ARM/Mac Support: I also noted that it was difficult to assemble an ARM-compatible version of the Dockerfile, which may pose a hurdle for users on Mac hardware.
• Bitstring Retrieval: When attempting to print counts per bitstring for a simple Bell state w/ erasures, I found the process somewhat unintuitive. I currently use a workaround that runs one shot at a time and sums them manually, see [Util_Squin.py](http://util_squin.py/) : def outcome_to_bitstring() & def split_erasure_counts()
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/toys/Util_Squin.py
users after reported, after a training session, some relevant items to help improve UX for Bloqade:
Documentation & Examples: While the tutorials on the Bloqade site
https://bloqade.quera.com/latest/digital/tutorials/circuits_with_bloqade/#squin-kernel-statements are informative, I found it difficult to find a complete, end-to-end example. Having a standalone script for something like a Bell state simulation that users can easily copy and run would be highly beneficial, like my bell1.py
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/toys/bell1.py
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/ubu24-quera-squin.dockerfile
https://github.com/balewski/quantumMind/blob/main/QuEra_Squin/toys/Util_Squin.py