-
Notifications
You must be signed in to change notification settings - Fork 23
Feature/pyqasm benchmarking and Profiling #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vinayswamik
wants to merge
10
commits into
main
Choose a base branch
from
feature/pyqasm-benchmarking
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
99449c1
Added qasm files for benchmarking
vinayswamik 9442e52
Added asv benchmarking support in pyqasm
vinayswamik 4dab1e7
code refactor
vinayswamik e35f365
Update CHANGELOG.md
vinayswamik 81ee3a1
removed qasm files
vinayswamik 83e03c4
Refactor benchmark setup.
vinayswamik 55ffef2
Update Benchmarking
vinayswamik ffa48d7
Add profiling data and visualizations for PyQASM functions
vinayswamik ecd52d5
Merge branch 'main' into feature/pyqasm-benchmarking
vinayswamik 7a729e8
Merge branch 'main' into feature/pyqasm-benchmarking
TheGupta2012 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,6 +134,7 @@ venv/ | |
| ENV/ | ||
| env.bak/ | ||
| venv.bak/ | ||
| .asv/ | ||
|
|
||
| # Spyder project settings | ||
| .spyderproject | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,106 +1,37 @@ | ||
| { | ||
| "benchmark_files": { | ||
|
vinayswamik marked this conversation as resolved.
|
||
| "20QBT_45CYC_.0D1_.1D2_3.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/20QBT_45CYC_.0D1_.1D2_3.qasm", | ||
| "description": "20 qubit benchmark with 45 cycles", | ||
| "size_bytes": 946 | ||
| }, | ||
| "53QBT_100CYC_QSE_3.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/53QBT_100CYC_QSE_3.qasm", | ||
| "description": "53 qubit benchmark with 100 cycles", | ||
| "size_bytes": 41671 | ||
| }, | ||
| "54QBT_25CYC_QSE_3.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/54QBT_25CYC_QSE_3.qasm", | ||
| "description": "54 qubit benchmark with 25 cycles", | ||
| "size_bytes": 10814 | ||
| }, | ||
| "depth_4gt10-v1_81.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/depth_4gt10-v1_81.qasm", | ||
| "description": "Depth benchmark 4gt10-v1 with 81 qubits", | ||
| "size_bytes": 1694 | ||
| }, | ||
| "depth_4mod5-v0_19.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/depth_4mod5-v0_19.qasm", | ||
| "description": "Depth benchmark 4mod5-v0 with 19 qubits", | ||
| "size_bytes": 448 | ||
| }, | ||
| "depth_mod8-10_178.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/depth_mod8-10_178.qasm", | ||
| "description": "Depth benchmark mod8-10 with 178 qubits", | ||
| "size_bytes": 3834 | ||
| }, | ||
| "dtc_100_cx_12345.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/dtc_100_cx_12345.qasm", | ||
| "description": "DTC benchmark with 100 CX gates", | ||
| "size_bytes": 1204349 | ||
| }, | ||
| "vqe_uccsd_n4.qasm": { | ||
| "source": "Qiskit-benchpress", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/benchpress/573c9ce7a1ffebd4ca6d1b0971eba7aca2c9c9a4/benchpress/qasm/qasmbench-small/vqe_uccsd_n4/vqe_uccsd_n4.qasm", | ||
| "description": "VQE UCCSD benchmark with 4 qubits (small)", | ||
| "size_bytes": 15000 | ||
| }, | ||
| "dnn_n16.qasm": { | ||
| "source": "Qiskit-benchpress", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/benchpress/573c9ce7a1ffebd4ca6d1b0971eba7aca2c9c9a4/benchpress/qasm/qasmbench-medium/dnn_n16/dnn_n16.qasm", | ||
| "description": "Deep Neural Network benchmark with 16 qubits (medium)", | ||
| "size_bytes": 120000 | ||
| }, | ||
| "qv_N029_12345.qasm": { | ||
| "source": "Qiskit-benchpress", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/benchpress/573c9ce7a1ffebd4ca6d1b0971eba7aca2c9c9a4/benchpress/qasm/qv/qv_N029_12345.qasm", | ||
| "description": "Quantum Volume benchmark with 29 qubits (large, 17,460 lines)", | ||
| "size_bytes": 470000 | ||
| } | ||
| }, | ||
| "repository_info": { | ||
| "name": "Qiskit-benchpress", | ||
| "url": "https://github.com/Qiskit/benchpress", | ||
| "description": "QASM benchmark files from Qiskit benchpress repository", | ||
| "license": "Apache-2.0", | ||
| "commit_hash": "573c9ce7a1ffebd4ca6d1b0971eba7aca2c9c9a4" | ||
| }, | ||
| "local_files": { | ||
| "neutral_atom_gate.qasm": { | ||
| "source": "local", | ||
| "description": "Neutral atom gate benchmark (local file)", | ||
| "size_bytes": 3584, | ||
| "local_only": true | ||
| }, | ||
| "pea_3_pi_8.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/pea_3_pi_8.qasm", | ||
| "description": "PEA benchmark with 3 pi/8 rotations", | ||
| "size_bytes": 695 | ||
| }, | ||
| "qaoa_barabasi_albert_N100_3reps.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/qaoa_barabasi_albert_N100_3reps.qasm", | ||
| "description": "QAOA benchmark on Barabasi-Albert graph with N=100 and 3 repetitions", | ||
| "size_bytes": 47302 | ||
| }, | ||
| "qft_N100.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/qft_N100.qasm", | ||
| "description": "Quantum Fourier Transform benchmark with N=100", | ||
| "size_bytes": 437131 | ||
| }, | ||
| "square_heisenberg_N100.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/square_heisenberg_N100.qasm", | ||
| "description": "Square Heisenberg model benchmark with N=100", | ||
| "size_bytes": 120081 | ||
| }, | ||
| "test_eoh_qasm.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/test_eoh_qasm.qasm", | ||
| "description": "EOH (Evolution of Hamiltonian) test benchmark", | ||
| "size_bytes": 72169 | ||
| }, | ||
| "time_cnt3-5_179.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/time_cnt3-5_179.qasm", | ||
| "description": "Time benchmark cnt3-5 with 179 qubits", | ||
| "size_bytes": 2124 | ||
| }, | ||
| "time_cnt3-5_180.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/time_cnt3-5_180.qasm", | ||
| "description": "Time benchmark cnt3-5 with 180 qubits", | ||
| "size_bytes": 5770 | ||
| }, | ||
| "time_qft_16.qasm": { | ||
| "source": "Qiskit-benchmark", | ||
| "url": "https://raw.githubusercontent.com/Qiskit/qiskit/main/test/benchmarks/qasm/time_qft_16.qasm", | ||
| "description": "Time benchmark QFT with 16 qubits", | ||
| "size_bytes": 8240 | ||
| } | ||
| }, | ||
| "repository_info": { | ||
| "name": "Qiskit-benchmark", | ||
| "url": "https://github.com/Qiskit/qiskit", | ||
| "description": "QASM benchmark files from Qiskit repository", | ||
| "license": "Apache-2.0" | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.