From 181f81e0c560c11bbbf0eecd2d44474b4cbffe97 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Thu, 22 Aug 2024 11:26:52 +0200 Subject: [PATCH 1/2] Add links to GH projects in README.md The table with the projects could be links to the GitHub projects. I also changed the `Projekt` to `GitHub project` Signed-off-by: Luciano Bello --- README.md | 50 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 147385a..6f8431c 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,40 @@ The [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io) is a collection ## GitHub Information -| Projekt | latest version | forks | stars | -| ------------------- | --------------------------------: | ------------------------------: | ------------------------------: | -| `mqt-ddsim` | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | -| `mqt-qcec` | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | -| `mqt-qmap` | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | -| `mqt-qecc` | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | -| `mqt-bench` | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | -| `mqt-predictor` | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | -| `mqt-core` | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | -| `mqt-problemsolver` | ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | -| `mqt-syrec` | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | -| `mqt-ddvis` | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | -| `mqt-qusat` | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | -| `mqt-dasqa` | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | -| `mqt-ionshuttler` | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | -| `mqt-qubomaker` | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | -| `mqt-qudits` | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | +| GitHub Project | latest version | forks | stars | +| -------------------- | --------------------------------: | ------------------------------: | ------------------------------: | +| [`mqt-ddsim`] | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | +| [`mqt-qcec`] | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | +| [`mqt-qmap`] | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | +| [`mqt-qecc`] | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | +| [`mqt-bench`] | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | +| [`mqt-predictor`] | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | +| [`mqt-core`] | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | +| [`mqt-problemsolver`]| ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | +| [`mqt-syrec`] | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | +| [`mqt-ddvis`] | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | +| [`mqt-qusat`] | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | +| [`mqt-dasqa`] | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | +| [`mqt-ionshuttler`] | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | +| [`mqt-qubomaker`] | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | +| [`mqt-qudits`] | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | +[`mqt-ddsim`]: https://github.com/cda-tum/mqt-ddsim +[`mqt-qcec`]: https://github.com/cda-tum/mqt-qcec +[`mqt-qmap`]: https://github.com/cda-tum/mqt-qmap +[`mqt-qecc`]: https://github.com/cda-tum/mqt-qecc +[`mqt-bench`]: https://github.com/cda-tum/mqt-bench +[`mqt-predictor`]: https://github.com/cda-tum/mqt-predictor +[`mqt-core`]: https://github.com/cda-tum/mqt-core +[`mqt-problemsolver`]: https://github.com/cda-tum/mqt-problemsolver +[`mqt-syrec`]: https://github.com/cda-tum/mqt-syrec +[`mqt-ddvis`]: https://github.com/cda-tum/mqt-ddvis +[`mqt-qusat`]: https://github.com/cda-tum/mqt-qusat +[`mqt-dasqa`]: https://github.com/cda-tum/mqt-dasqa +[`mqt-qubomaker`]: https://github.com/cda-tum/mqt-qubomaker +[`mqt-ionshuttler`]: https://github.com/cda-tum/mqt-ionshuttler +[`mqt-qubomaker`]: https://github.com/cda-tum/mqt-qubomaker +[`mqt-qudits`]: https://github.com/cda-tum/mqt-qudits [gh.mqt.ddsim.release]: https://img.shields.io/github/v/release/cda-tum/mqt-ddsim?label=%20&style=flat-square [gh.mqt.ddsim.forks]: https://img.shields.io/github/forks/cda-tum/mqt-ddsim?label=%20&style=flat-square [gh.mqt.ddsim.stars]: https://img.shields.io/github/stars/cda-tum/mqt-ddsim?label=%20&style=flat-square From b6afe0e3644de8f50ee4aff733a4dae786d7e24c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:29:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 6f8431c..d12c09e 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,23 @@ The [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io) is a collection ## GitHub Information -| GitHub Project | latest version | forks | stars | -| -------------------- | --------------------------------: | ------------------------------: | ------------------------------: | -| [`mqt-ddsim`] | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | -| [`mqt-qcec`] | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | -| [`mqt-qmap`] | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | -| [`mqt-qecc`] | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | -| [`mqt-bench`] | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | -| [`mqt-predictor`] | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | -| [`mqt-core`] | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | -| [`mqt-problemsolver`]| ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | -| [`mqt-syrec`] | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | -| [`mqt-ddvis`] | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | -| [`mqt-qusat`] | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | -| [`mqt-dasqa`] | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | -| [`mqt-ionshuttler`] | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | -| [`mqt-qubomaker`] | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | -| [`mqt-qudits`] | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | +| GitHub Project | latest version | forks | stars | +| --------------------- | --------------------------------: | ------------------------------: | ------------------------------: | +| [`mqt-ddsim`] | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | +| [`mqt-qcec`] | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | +| [`mqt-qmap`] | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | +| [`mqt-qecc`] | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | +| [`mqt-bench`] | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | +| [`mqt-predictor`] | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | +| [`mqt-core`] | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | +| [`mqt-problemsolver`] | ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | +| [`mqt-syrec`] | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | +| [`mqt-ddvis`] | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | +| [`mqt-qusat`] | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | +| [`mqt-dasqa`] | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | +| [`mqt-ionshuttler`] | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | +| [`mqt-qubomaker`] | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | +| [`mqt-qudits`] | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | [`mqt-ddsim`]: https://github.com/cda-tum/mqt-ddsim [`mqt-qcec`]: https://github.com/cda-tum/mqt-qcec