From 02fe8d1899b5a110de9bf8a529c3cdc3dc7cdd09 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Tue, 2 Jan 2024 12:11:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Prepare=20for=20new=20release=20(#2?= =?UTF-8?q?41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates the README and the frontpage to include the MQT Logo and acknowledgements. --- README.md | 40 ++++++++++++++++++++++++++++++++-------- cpp/mqt-core | 2 +- package.json | 14 ++++++-------- public/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f722992..768aa37 100644 --- a/README.md +++ b/README.md @@ -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)

- - - - -

+ + + + +

# 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/). @@ -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. + +

+ + + + + + + + + + + + + + +

diff --git a/cpp/mqt-core b/cpp/mqt-core index f0517f0..87f97a3 160000 --- a/cpp/mqt-core +++ b/cpp/mqt-core @@ -1 +1 @@ -Subproject commit f0517f0cc57e6262874ce3bd0dd91efe1552c87d +Subproject commit 87f97a38f9bcc61131bd891f3789ff18f2aaefc7 diff --git a/package.json b/package.json index 9c5c853..d5d6a15 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -27,7 +25,7 @@ "contributors": [ "Michael Artner " ], - "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": { diff --git a/public/index.html b/public/index.html index 4af9f3e..bb9e900 100644 --- a/public/index.html +++ b/public/index.html @@ -256,6 +256,14 @@

Example Algorithms

+

+ + + +

MQT DDVis - A Tool for Visualizing Decision Diagrams for Quantum Computing @@ -335,6 +343,38 @@

or by creating an issue on GitHub.

+

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. +

+

+ + + + +