IBM-Quantum-Technical-Enablement / quantum-enablement

IBM Quantum Engineering and Enabling Technologies
Apache License 2.0
26 stars 8 forks source link

[docs](notebooks) Review / update pulse efficient transpilation tutorial #46

Open beckykd opened 2 months ago

beckykd commented 2 months ago

Updating this tutorial for publication readiness.

FYI @pedrorrivero and @haimeng-zhang

beckykd commented 2 months ago

Started some initial editing for consistency with other tutorials and added some questions / comments in-text

beckykd commented 1 month ago

from qiskit.visualization import plot_circuit_layout plot_circuit_layout(cx_circ, backend, view='physical')

Thanks for all that information - it's very helpful ! In the above code, it complains that cx_circ isn't defined. I'll try to find it in your old PRs -- I replaced it with "ecr_circ"

beckykd commented 1 month ago

from qiskit.visualization import plot_circuit_layout plot_circuit_layout(cx_circ, backend, view='physical')

Thanks for all that information - it's very helpful ! In the above code, it complains that cx_circ isn't defined. I'll try to find it in your old PRs -- I replaced it with "ecr_circ"

I couldn't get the plot to work because graphviz library is required and installing it on Windows seems to be quite a process. Since it was already removed previously, I think it's OK to remove for now. I'll investigate installing it later. :)

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9274940166

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 8897788516: 0.0%
Covered Lines: 290
Relevant Lines: 290

💛 - Coveralls