John Long

Results 7 comments of John Long

The following PR by @qmanning4 :https://github.com/QuEraComputing/bloqade-python-examples/pull/72 meets the criteria for the bounty and is accepted for $20 👍

``` atus=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1], post_sequence=[0]), QuEraShotResult(shot_status=, pre_sequence=[1],...

I know you told me it wouldn't be desirable to modify this output too much but perhaps finding a shorter way of saying QuEraShotStatusCode? Or potentially doing `QuEraShotResult(...)` which would...

@jon-wurtz makes a reasonable point about the fonts/localizations. I'm led to believe there should be a way to programmatically check if a users terminal supports unicode or if it doesn't,...

Does matplotlib have terminal plotting capabilities? The whole point of this feature was just to give users a quick and dirty way of seeing the atom positions. For a truly...

I agree with @weinbe58 here. > @johnzl-777 ,FYI if you are pursue this: I did the auto detect of unicode in the tree printing `unicode_enabled = sys.stdout.encoding.lower().startswith("utf")` This is perfect...

You can see an example of what I have to do to read in the JSON to get docs generation to work from #163