Skip to content

Commit

Permalink
Add results to README
Browse files Browse the repository at this point in the history
  • Loading branch information
karlaspuldaro committed Aug 30, 2023
1 parent 00ad50a commit 04f2cec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Benchmark tasks for quantum computer compilers:
- [Task 26](https://metriq.info/Task/26) - Aspen architecture
- [Task 27](https://metriq.info/Task/27) - IBMQ Rochester architecture

## Results
**Circuit depth distribution**

Compiled for the Rigetti 16Q Aspen architecture
![Circuit depth-Aspen](benchmarking/results/visualizations/boxplot-aspen_depth.png)

Compiled for the IBMQ Rochester architecture
![Circuit depth-Rochester](benchmarking/results/visualizations/boxplot-rochester_depth.png)

**Gate count distribution**

Compiled for the Rigetti 16Q Aspen architecture
![Circuit depth-Aspen](benchmarking/results/visualizations/boxplot-aspen_gates.png)

Compiled for the IBMQ Rochester architecture
![Circuit depth-Rochester](benchmarking/results/visualizations/boxplot-rochester_gates.png)

## Requirements
* [tox](https://pypi.org/project/tox/)
* Python 3.8+
Expand Down
5 changes: 0 additions & 5 deletions src/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,3 @@ def process_results(dataframe, client: MetriqClient, task_id: str, method_id: st
# TODO Get submission ids from client
# submit_all(TASKS["26"], "661")
# submit_all(TASKS["27"], "662")

# TODO open issues for API errors below
# all_methods = client.method_get_names() # ERROR: AttributeError: 'MetriqClient' object has no attribute 'method_get_names'
# all_platforms = client.platform_get_names() # ERROR: AttributeError: 'MetriqClient' object has no attribute 'platform_get_names'
# platform "Rigetti 16Q Aspen-1 " has trailing space

0 comments on commit 04f2cec

Please sign in to comment.