-
Notifications
You must be signed in to change notification settings - Fork 92
Remove MQT QAO and MQT QUBOMaker #1218
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
Merged
1ucian0
merged 4 commits into
Qiskit:main
from
denialhaag:remove-mqt-qao-and-mqt-qubomaker
Jul 3, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,46 +1,19 @@ | ||
| name = "MQT QAO" | ||
| url = "https://github.com/cda-tum/mqt-qao" | ||
| description = "Translate optimization problems into quantum-compliant formats and solve them with major quantum solvers." | ||
| license = "MIT license" | ||
| contact_info = "quantum.cda@xcit.tum.de" | ||
| affiliations = "Technical University of Munich (TUM), Germany Politecnico di Torino, Italy" | ||
| labels = ["circuit optimization", "optimization"] | ||
| interfaces = ["Python"] | ||
| category = "Application" | ||
| reference_paper = "https://arxiv.org/abs/2406.12840" | ||
| documentation = "https://mqt.readthedocs.io/projects/qao/" | ||
| packages = [] | ||
| uuid = "6d4c69e4-1e47-486c-b00f-8a60ae5e01d4" | ||
| maturity = "experimental" | ||
| maturity = "unmaintained" | ||
| status = "Alumni" | ||
|
|
||
| [github] | ||
| url = "https://github.com/cda-tum/mqt-qao" | ||
| owner = "cda-tum" | ||
| repo = "mqt-qao" | ||
| stars = 29 | ||
| license = "MIT License" | ||
| description = "MQT Quantum Auto Optimizer - A MQT Tool for Solving Optimization Problems with Quantum Computers" | ||
| estimated_contributors = 7 | ||
| total_dependent_repositories = 0 | ||
| total_dependent_packages = 0 | ||
| last_commit = 2026-06-29 | ||
| last_activity = 2026-06-29 | ||
|
|
||
| [badge] | ||
| url = "https://qisk.it/e-6d4c69e4" | ||
| style = "flat" | ||
|
|
||
| [pypi."mqt.qao"] | ||
| package_name = "mqt-qao" | ||
| version = "0.3.0" | ||
| last_release_date = 2024-12-01 | ||
| description = "MQT Quantum Auto Optimizer: Automatic Framework for Solving Optimization Problems with Quantum Computers" | ||
| url = "https://pypi.org/project/mqt.qao/" | ||
| development_status = "4 - Beta" | ||
| requires_qiskit = ">=1.0" | ||
| compatible_with_qiskit_v1 = true | ||
| compatible_with_qiskit_v2 = true | ||
| highest_supported_qiskit_release_date = 2026-04-24 | ||
| highest_supported_qiskit_version = "2.4.1" | ||
| last_month_downloads = 139 | ||
| last_180_days_downloads = 458 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,66 +1,20 @@ | ||
| name = "MQT QUBOMaker" | ||
| url = "https://github.com/cda-tum/mqt-qubomaker" | ||
| description = "A framework to generate QUBO formulations for optimization problems based on a selection of constraints that define the problem." | ||
| license = "MIT license" | ||
| contact_info = "quantum.cda@xcit.tum.de" | ||
| affiliations = "Technical University of Munich (TUM), Germany" | ||
| labels = ["optimization", "quantum information"] | ||
| interfaces = ["Python"] | ||
| website = "https://mqt.readthedocs.io" | ||
| category = "Application" | ||
| reference_paper = "https://arxiv.org/abs/2404.10820" | ||
| documentation = "https://mqt.readthedocs.io/projects/qubomaker" | ||
| packages = [] | ||
| uuid = "026213b3-a2cd-4281-b49d-8516c6cd73ae" | ||
| maturity = "archived" | ||
| maturity = "unmaintained" | ||
|
1ucian0 marked this conversation as resolved.
|
||
| status = "Alumni" | ||
|
|
||
| [github] | ||
| url = "https://github.com/cda-tum/mqt-qubomaker" | ||
| owner = "cda-tum" | ||
| repo = "mqt-qubomaker" | ||
| stars = 29 | ||
| homepage = "https://cda-tum.github.io/mqt-qubomaker/" | ||
| license = "MIT License" | ||
| description = "A framework for the automatic generation of QUBO formulations for optimization problems." | ||
| estimated_contributors = 6 | ||
| total_dependent_repositories = 0 | ||
| total_dependent_packages = 0 | ||
| archived = true | ||
| last_commit = 2025-10-27 | ||
| last_activity = 2026-03-27T10:17:42Z | ||
|
|
||
| [badge] | ||
| url = "https://qisk.it/e-026213b3" | ||
| style = "flat" | ||
|
|
||
| [checks.007] | ||
| since = 2026-04-08T16:22:39.263054 | ||
| details = "the entry `member.interfaces` does not exist and it is mandatory" | ||
| discussion = "https://github.com/Qiskit/ecosystem/issues/1083" | ||
| importance = "IMPORTANT" | ||
|
|
||
| [checks.G05] | ||
| since = 2026-04-23T22:50:43.520276 | ||
| details = "GitHub repository archived and member.maturity is not `as-is`" | ||
| importance = "CRITICAL" | ||
|
|
||
| [checks.001] | ||
| since = 2026-05-22T11:34:34.344857 | ||
| details = "The project is probably abandoned: `[G05]`" | ||
| importance = "CRITICAL" | ||
|
|
||
| [pypi."mqt.qubomaker"] | ||
| package_name = "mqt-qubomaker" | ||
| version = "1.0.1" | ||
| last_release_date = 2024-10-11 | ||
| description = "A tool for the automatic generation and combination of QUBO formulations for specific problem classes." | ||
| url = "https://pypi.org/project/mqt.qubomaker/" | ||
| development_status = "4 - Beta" | ||
| requires_qiskit = ">=1.0.0" | ||
| compatible_with_qiskit_v1 = true | ||
| compatible_with_qiskit_v2 = true | ||
| highest_supported_qiskit_release_date = 2026-04-24 | ||
| highest_supported_qiskit_version = "2.4.1" | ||
| last_month_downloads = 110 | ||
| last_180_days_downloads = 559 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.