From 36aa2d5480ee24afe6cc300121b7ee305919788d Mon Sep 17 00:00:00 2001 From: nquetschlich Date: Thu, 7 Nov 2024 16:11:45 +0000 Subject: [PATCH] Submission - Add MQT Predictor to list. --- ecosystem/resources/members/mqt-predictor.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ecosystem/resources/members/mqt-predictor.toml diff --git a/ecosystem/resources/members/mqt-predictor.toml b/ecosystem/resources/members/mqt-predictor.toml new file mode 100644 index 000000000..1ec731a61 --- /dev/null +++ b/ecosystem/resources/members/mqt-predictor.toml @@ -0,0 +1,12 @@ +name = "MQT Predictor" +url = "https://github.com/cda-tum/mqt-predictor" +description = "MQT Predictor allows one to automatically select a suitable quantum device for a circuit and provides an optimized compiler for the selected device." +licence = "MIT license" +contact_info = "quantum.cda@xcit.tum.de" +affiliations = "Technical University of Munich (TUM), Germany" +labels = [ "Application package", "Circuit building tool", "Converter", "Machine learning", "Software development kit", "Optimization", "Paper implementation",] +ibm_maintained = false +group = "transpiler_plugin" +reference_paper = "https://arxiv.org/pdf/2310.06889" +documentation = "https://mqt.readthedocs.io/projects/predictor/en/latest/" +uuid = "9d5e2ef2-cac6-479e-a2f9-8014d54403e4"