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

Add MQT QMAP to list. #822

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions ecosystem/resources/members/mqt-qmap.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "MQT QMAP"
url = "https://github.com/cda-tum/mqt-qmap"
description = "A tool for quantum circuit compilation for various qubit technologies developed as part of the Munich Quantum Toolkit (MQT)."
licence = "MIT license"
contact_info = "[email protected]"
alternatives = "Any other layout and routing techniques for superconducting systems, Clifford synthesis approach, or compilation tool for neutral atom quantum computers."
affiliations = "Technical University of Munich (TUM), Germany"
labels = [ "Transpiler plugin", "Paper implementation",]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Transpiler plugin label is supposed to be for projects that implement Qiskit's transpiler plugin interface. I'm gonna remove it, but we can add it back if you do decide to implement that interface in the future.

Suggested change
labels = [ "Transpiler plugin", "Paper implementation",]
labels = [ "Paper implementation",]

ibm_maintained = false
website = "https://mqt.readthedocs.io"
group = "transpiler_plugin"
reference_paper = "https://arxiv.org/abs/2405.17543"
documentation = "https://mqt.readthedocs.io/projects/qmap"
uuid = "d16209fb-443e-47ad-8090-9396a0cc592d"