Skip to content

Commit aa76e32

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-control
2 parents 9c18fae + 946116d commit aa76e32

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you have any questions, feel free to create a [discussion](https://github.com
3737

3838
## Contributors and Supporters
3939

40-
The _[Munich Quantum Toolkit (MQT)](https://mqt.readthedocs.io)_ is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) and supported by the [Munich Quantum Software Company (MQSC)](https://munichquantum.software).
40+
MQT Core is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) and [MQSC](https://mq.sc).
4141
Among others, it is part of the [Munich Quantum Software Stack (MQSS)](https://www.munich-quantum-valley.de/research/research-areas/mqss) ecosystem, which is being developed as part of the [Munich Quantum Valley (MQV)](https://www.munich-quantum-valley.de) initiative.
4242

4343
<p align="center">

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
release = version.split("+")[0]
4949

5050
project = "MQT Core"
51-
author = "Chair for Design Automation, TUM & Munich Quantum Software Company"
51+
author = "Chair for Design Automation, TUM & Munich Quantum Software Company GmbH"
5252
language = "en"
53-
project_copyright = "2023 - 2026 Chair for Design Automation, TUM & 2025 - 2026 Munich Quantum Software Company"
53+
project_copyright = "2023 - 2026 Chair for Design Automation, TUM & 2025 - 2026 Munich Quantum Software Company GmbH"
5454

5555
master_doc = "index"
5656

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ api/cpp/namespacelist
8989
```{only} html
9090
## Contributors and Supporters
9191
92-
The _[Munich Quantum Toolkit (MQT)](https://mqt.readthedocs.io)_ is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) and supported by the [Munich Quantum Software Company (MQSC)](https://munichquantum.software).
92+
MQT Core is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) and [MQSC](https://mq.sc).
9393
Among others, it is part of the [Munich Quantum Software Stack (MQSS)](https://www.munich-quantum-valley.de/research/research-areas/mqss) ecosystem, which is being developed as part of the [Munich Quantum Valley (MQV)](https://www.munich-quantum-valley.de) initiative.
9494
9595
<div style="margin-top: 0.5em">

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bibliography: paper.bib
4040
MQT Core is an open-source C++ and Python library for quantum computing that forms the backbone of
4141
the quantum software tools developed as part of the _Munich Quantum Toolkit (MQT,
4242
[@willeMQTHandbookSummary2024])_ by the [Chair for Design Automation](https://www.cda.cit.tum.de/)
43-
at the [Technical University of Munich](https://www.tum.de/) as well as the [Munich Quantum Software Company (MQSC)](https://munichquantum.software).
43+
at the [Technical University of Munich](https://www.tum.de/) and [MQSC](https://mq.sc).
4444
To this end, it consists of multiple components that are used throughout the MQT, including a fully fledged intermediate representation
4545
(IR) for quantum computations, a state-of-the-art decision diagram (DD) package for quantum
4646
computing, and a state-of-the-art ZX-diagram package for working with the ZX-calculus. Pre-built

0 commit comments

Comments
 (0)