From 36aa2d5480ee24afe6cc300121b7ee305919788d Mon Sep 17 00:00:00 2001 From: nquetschlich Date: Thu, 7 Nov 2024 16:11:45 +0000 Subject: [PATCH 1/2] 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" From 9cdfed3d54419acc00756d758b6e12e44ebeb1f4 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Mon, 25 Nov 2024 19:57:54 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- ecosystem/resources/members/mqt-predictor.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem/resources/members/mqt-predictor.toml b/ecosystem/resources/members/mqt-predictor.toml index 1ec731a61..772ea89e6 100644 --- a/ecosystem/resources/members/mqt-predictor.toml +++ b/ecosystem/resources/members/mqt-predictor.toml @@ -1,10 +1,10 @@ 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." +description = "Automatically select a suitable quantum device for a circuit and get 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",] +labels = [ "Circuit building tool", "Converter", "Machine learning", "Software development kit", "Paper implementation",] ibm_maintained = false group = "transpiler_plugin" reference_paper = "https://arxiv.org/pdf/2310.06889"