John Long
John Long
Reimplements docstring for `plot_avg_density_2D` in `ahs_utils.py` from #211
Note: this is somewhat of a preemptive issue, assuming that the edits from #6 go through Running: ```python >>> prog = sf.Program(2) >>> with prog.context as q: ... Fock(2) |...
Attempting to run the [Bose-Hubbard Demo in the docs](https://sfopenboson.readthedocs.io/en/latest/tutorials/bosehubbard.html) will give a number of import-related errors such as those mentioned in #5 The following edits appear to produce the desired...
**Describe the issue** While we have a nice set of tutorials and a diagram that shows the builder syntax I think it would really help beginners if there was some...
**Is your feature request related to a problem? Please describe.** The standard printing for a batch in the terminal, especially when you have a parameter sweep, gets incredibly long, to...
For the current whitepaper examples I have ported, there's an assumption that the `.json` holding the results from hardware is accessible via relative path (e.g. `example.py` can just read `results.json`...
Currently a standard Python dictionary is used to store the shot counts per bit string returned from a report. In cases where a state is not measured (e.g. it has...