Skip to content

Commit

Permalink
🎨 fixed typo (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
nquetschlich and pre-commit-ci[bot] committed Nov 14, 2023
1 parent 6d9710e commit 1740773
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ body:
attributes:
label: Environment information
description: >-
Please provide information about your environment. For example, OS, C++ compiler, mqt.core version etc.
Please provide information about your environment. For example, OS, Python version, mqt-bench version etc.
placeholder: |
- OS:
- C++ compiler:
- mqt.core version:
- Python version:
- mqt-bench version:
- Additional environment information:
validations:
required: true
Expand Down
8 changes: 8 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@article{quetschlich2023mqtbench,
title={{{MQT Bench}}: {Benchmarking Software and Design Automation Tools for Quantum Computing}},
shorttitle = {{MQT Bench}},
journal = {{Quantum}},
author={Quetschlich, Nils and Burgholzer, Lukas and Wille, Robert},
year={2023},
note={{{MQT Bench}} is available at \url{https://www.cda.cit.tum.de/mqtbench/}},
}
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ qc_algorithmic_level = get_benchmark(benchmark_name="dj", level="alg", circuit_s
print(qc_algorithmic_level.draw())
```

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

# Repository Structure

- src/mqt/: main source directory
Expand All @@ -57,21 +59,3 @@ print(qc_algorithmic_level.draw())
- benchviewer: Directory for the webpage (which can be started locally and is also hosted at
[https://www.cda.cit.tum.de/mqtbench/](https://www.cda.cit.tum.de/mqtbench/))
- tests: Directory for the tests for MQT Bench

# References:

In case you are using MQT Bench in your work, we would be thankful if you referred to it by citing the following publication:

```bibtex
@article{quetschlich2023mqtbench,
title={{{MQT Bench}}: {Benchmarking Software and Design Automation Tools for Quantum Computing}},
shorttitle = {{MQT Bench}},
journal = {{Quantum}},
author={Quetschlich, Nils and Burgholzer, Lukas and Wille, Robert},
year={2023},
note={{{MQT Bench}} is available at \url{https://www.cda.cit.tum.de/mqtbench/}},
}
```

which is also available on arXiv:
[![a](https://img.shields.io/static/v1?label=arXiv&message=2204.13719&color=inactive&style=flat-square)](https://arxiv.org/abs/2204.13719)

0 comments on commit 1740773

Please sign in to comment.