Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* is this all? * doc strings * tests for tracker * trackers * trackers * fixed tests * removed legacy ci * Delete .github/workflows/tests.yml * Deleted use_primitives from tests * remove use_primitive kwarg and things that depend on it * fix tests and split_exec * fixed test * pylint * change to v2 prims, del Options * del Options * temp changes to options * naming and 0.46 test * rename * update qiskit device * dep warnings * pylint * changes to tests * deleted options for now * small changes * access sampler results * Sampler tests and functionality * estimator multi measurement works * estimator now gives variances * comments * removed backend.run() and _execute_runtime * remove additional stuff * linter * docstring changes * skip additional test * [skip ci] format is correct, checks probs as well * [skip ci] docstring * docstrings * We delete the Options Handling class because there are no more Options() to handle. Additionally, process_kwargs is left as a stub as a temporary measure while we figure out what to do with kwargs * changed warnings due to difference in UI for setting shots between Qiskit and Pennylane. Tracking shots has also been updated due to estimatorV2 syntax change * un did confusing change that didnt do anything * rerun ci * Syntax changes due to version change * Delete for codecov * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update pennylane_qiskit/qiskit_device2.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * docstrings * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update pennylane_qiskit/qiskit_device2.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update tests/test_base_device.py Co-authored-by: Utkarsh <utkarshazad98@gmail.com> * Update pennylane_qiskit/qiskit_device2.py Co-authored-by: Utkarsh <utkarshazad98@gmail.com> * finishing touches * comments * [skip ci] formatting * [skip ci] refactor * due to the fact that shots are not tracked in the estimator's metadata anymore, variances are calculated a different way using the precision instead * black * lint * docstring changes * backend options? * deleting unused tests * line change * [skip ci] changed test to be more readable * New tests for options functionality and edge case * pylint * We make sure that transpilation options are not passed to the primitive and that no errors are raised as a result * Due to changing the signature of get_transpile_args(), we need to fix one of the tests * warning message for default_shots was unclear. changed to be more clear * add more comments * yay * docstring * Testing to ensure that options and kwargs combine properly * edit tests for pylint * woops * Update pennylane_qiskit/qiskit_device2.py Co-authored-by: Utkarsh <utkarshazad98@gmail.com> * Update pennylane_qiskit/qiskit_device2.py Co-authored-by: Utkarsh <utkarshazad98@gmail.com> * edit test regex matching due to changes earlier * print out some stuff for tests * refactoring of estimator and sampler * generate samples tested * process_estimator_job tests * comment for clarity * pylint * pylint * [skip ci] temp * [skip ci] There is a bug due to the post processing of results that is causing some of the assertion statements to fail. We can ignore these assertions for now and address how to rework reorder_fn to avoid this bug * [skip ci] * [skip ci] minor formatting * Fix unintended additonal dimensionality and added test for res != 1 testcase * fix to transpiles * comments to explain some stuff * merge conflicts * pylint * formatting * tracker comments * black * comments about the tracker * bet * fix to imports * black * temp * baller implementation * increase shot number to reduce error * edit function * black * better tests * refactor * black * delete print statement * refactor * Delete unneeded import * fix assertion * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * Update tests/test_base_device.py Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> * new tests * removed simulations keyword * some xfails pending discussion --------- Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
- Loading branch information