Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

add data visualization tool #12

Open ewinston opened 2 years ago

ewinston commented 2 years ago

This converts result data to a pandas dataframe and starts a gui to visualize it.

resolves #9

ewinston commented 2 years ago

To run it you do python report/interactive_viewer.py results/0029.json. I couldn't get the jupyter notebook to work unless I put a breakpoint in the script for some reason, which is how I ran when testing so I removed jupyter handling.