Skip to content

Commit

Permalink
💡 Add PennyLane reference (#324)
Browse files Browse the repository at this point in the history
This PR introduces reference to the PennyLane data set of MQT Bench.
(To be merged after that data set is live).

---------

Co-authored-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
nquetschlich and burgholzer authored May 2, 2024
1 parent 18a8a82 commit 1629ffc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ print(qc_algorithmic_level.draw())

**Detailed documentation and examples are available at [ReadTheDocs](https://mqt.readthedocs.io/projects/bench).**

## Availability as a PennyLane Dataset

MQT Bench is also available as a [Pennylane dataset](https://pennylane.ai/datasets/other/mqt-bench).

## Acknowledgements

The Munich Quantum Toolkit has been supported by the European
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MQT Bench is a tool for benchmarking quantum software tools developed as part of

We recommend you to start with the :doc:`quickstart guide <Quickstart>`.
If you are interested in the theory behind MQT Bench, have a look at the publication :cite:labelpar:`quetschlich2023mqtbench`.
Furthermore, MQT Bench is also available as a `PennyLane dataset <https://pennylane.ai/datasets/other/mqt-bench>`_.

We appreciate any feedback and contributions to the project. If you want to contribute, you can find more information in the :doc:`Contribution <Contributing>` guide. If you are having trouble with the installation or the usage of MQT Bench, please let us know at our :doc:`Support <Support>` page.

Expand Down
15 changes: 14 additions & 1 deletion src/mqt/bench/viewer/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ <h1>

<p>
In order to create a benchmark set according to your needs, simply fill
out the form below.
out the form below. Furthermore, MQT Bench is also available as a
<a href="https://pennylane.ai/datasets/other/mqt-bench" target="_blank"
>PennyLane dataset</a
>.
</p>
</div>
<form
Expand Down Expand Up @@ -627,6 +630,16 @@ <h4>Download</h4>
>
Download selected Benchmarks
</button>
<div class="d-flex">
<p>
MQT Bench is also available as a
<a
href="https://pennylane.ai/datasets/other/mqt-bench"
target="_blank"
>PennyLane dataset</a
>.
</p>
</div>
</div>
</div>
</form>
Expand Down

0 comments on commit 1629ffc

Please sign in to comment.