Skip to content
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

✨ Prepare for new release #241

Merged
merged 4 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/ddvis/ci.yml?branch=main&style=flat-square&logo=github&label=c%2B%2B)](https://github.com/cda-tum/ddvis/actions/workflows/ci.yml)

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_light.png" width="60%">
<img src="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_dark.png" width="60%">
</picture>
</p>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/mqt_light.png" width="60%">
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/mqt_dark.png" width="60%">
</picture>
</p>

# MQT DDVis

An installation-free web-tool developed by the Chair for Design Automation at the [Technical University of Munich](https://www.tum.de/) which visualizes quantum decision diagrams and allows to explore their behavior when used in design tasks such as simulation, synthesis, or verification.

DDVis is part of the Munich Quantum Toolkit (MQT; formerly known as JKQ and developed by the [Institute for Integrated Circuits](https://iic.jku.at/eda/) at the [Johannes Kepler University Linz](https://jku.at)).
An installation-free web-tool that visualizes quantum decision diagrams and allows to explore their behavior when used in design tasks such as simulation, synthesis, or verification developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/).
It builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.

The tool is hosted online at [https://www.cda.cit.tum.de/app/ddvis/](https://www.cda.cit.tum.de/app/ddvis/).
Expand Down Expand Up @@ -55,3 +53,29 @@ If you use our tool for your research, we would appreciate if you refer to it by
year = 2021
}
```

---

## Acknowledgements

The Munich Quantum Toolkit has been supported by the European
Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement
No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the
Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_dark.svg" width="28%">
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_light.svg" width="28%">
</picture>
<picture>
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-bavaria.svg" width="16%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_dark.svg" width="24%">
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_light.svg" width="24%">
</picture>
<picture>
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-mqv.svg" width="28%">
</picture>
</p>
2 changes: 1 addition & 1 deletion cpp/mqt-core
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddvis",
"version": "1.5.1",
"version": "1.6.1",
"description": "MQT DDVis - A Tool for Visualizing Decision Diagrams for Quantum Computing",
"main": "server.js",
"scripts": {
Expand All @@ -10,14 +10,12 @@
},
"repository": {
"type": "git",
"url": "github.com/cda-tum/ddvis"
"url": "github.com/cda-tum/mqt-ddvis"
},
"keywords": [
"quantum",
"computer",
"decision",
"diagrams",
"qdd"
"quantum-computing",
"decision-diagrams",
"design-automation"
],
"author": {
"name": "Lukas Burgholzer",
Expand All @@ -27,7 +25,7 @@
"contributors": [
"Michael Artner <[email protected]>"
],
"bugs": "https://github.com/cda-tum/ddvis/issues",
"bugs": "https://github.com/cda-tum/mqt-ddvis/issues",
"homepage": "https://www.cda.cit.tum.de/app/ddvis/",
"license": "MIT",
"dependencies": {
Expand Down
40 changes: 40 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ <h3 id="ex_algo_headline">Example Algorithms</h3>

<section id="start_sec" class="tabcontent" style="display: block">
<!-- initially open this tab -->
<p align="center">
<picture>
<img
src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/mqt_dark.png"
width="30%"
/>
</picture>
</p>
<h1>
MQT DDVis - A Tool for Visualizing Decision Diagrams for Quantum
Computing
Expand Down Expand Up @@ -335,6 +343,38 @@ <h2>
or by creating an issue on
<a href="https://github.com/cda-tum/ddvis/issues">GitHub</a>.
</p>
<h2 tabindex="-1" dir="auto">Acknowledgements</h2>
<p dir="auto">
The Munich Quantum Toolkit has been supported by the European Research
Council (ERC) under the European Union's Horizon 2020 research and
innovation program (grant agreement No. 101001318), the Bavarian State
Ministry for Science and Arts through the Distinguished Professorship
Program, as well as the Munich Quantum Valley, which is supported by
the Bavarian state government with funds from the Hightech Agenda
Bayern Plus.
</p>
<p align="center" dir="auto" style="max-width: 50%; margin: auto">
<img
src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_light.svg"
width="28%"
style="visibility: visible; max-width: 100%"
/>
<img
src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-bavaria.svg"
width="16%"
style="visibility: visible; max-width: 100%"
/>
<img
src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_light.svg"
width="24%"
style="visibility: visible; max-width: 100%"
/>
<img
src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-mqv.svg"
width="28%"
style="visibility: visible; max-width: 100%"
/>
</p>
</footer>
</main>
<script
Expand Down