qiskit-tutorials icon indicating copy to clipboard operation
qiskit-tutorials copied to clipboard

adding compiler tools introduced in qv64 paper

Open ajavadia opened this issue 4 years ago • 3 comments
trafficstars

ajavadia avatar Jul 19 '21 21:07 ajavadia

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

The tutorials do not make API calls like IBMQ.load_account(). As I think you need that here, this tutorial should probably be hosted on the IQX until such time as the IBMQ provider is moved and hosts its own set of IBM Quantum specific tutorials.

nonhermitian avatar Jul 20 '21 10:07 nonhermitian

One thing is to maybe avoid carrying around ~30MB of qpy data we can compress it with gzip and that cuts the size in about half for me locally. Then change the open lines to use gzip.open() from stdlib instead of the plain open. This will make the load slightly slower because it will decompress while reading, but should decrease the size of things people need to download and more importantly what we keep the git repo size down (as we keep around binary files in the repo forever and each change to the file will keep a new duplicate copy)

mtreinish avatar Jul 29 '21 18:07 mtreinish

closing this as it has been here for a while and might not be of interest anymore

ajavadia avatar Jan 22 '23 22:01 ajavadia