Josh Combes
Josh Combes
### Bug Description Using the `HarmonicOscillatorWaveFunction` class one can compute and plot the position wave function. However, for relatively low Fock states the routine used by Qutip begins to fail....
+ [x] standardize argument order e.g. my_fun(qpu, qvm, benchmarker, parameters) rather than any old order. + [x] standardize argument names and variable names e.g. n_shots vs num_shots; qubit vs qcid...
see the notebook. `get_n_bit_adder_results` fails when using parameterized bit string prep need to fix if `use_param_program=True` there is an error. ``` n_bits = 2 # set in_x_basis to true here...
make all notebooks more pedagogical + [x] state and process tomography (https://github.com/rigetti/forest-benchmarking/pull/155) + [x] entangled states (https://github.com/rigetti/forest-benchmarking/pull/149) + [x] readout (https://github.com/rigetti/forest-benchmarking/pull/156) + [x] Randomized Benchmarking + variants (https://github.com/rigetti/forest-benchmarking/pull/154) + [...
This is an updated PR (see https://github.com/rigetti/forest-benchmarking/pull/137) to reflect the changes in forest-benchmarking. I did not want to loose all the work done on that branch and I could not...
Please add longer term issues, questions, suggestions, and plans to this thread. The plan is post V1 we can come back and start addressing these issues. The idea is not...
We should decide an argument order for all functions and modules to obey then document. This issue is mostly about providing a little consistency across the repo 1. Noisy QPU...