From 168d9760a083869580a5425ef7a33d60d000379b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:59:00 +0000 Subject: [PATCH] Add MQT Predictor to list. (#826) Add MQT Predictor to list. --- Closes #825 --------- Co-authored-by: nquetschlich Co-authored-by: Frank Harkins --- 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 0000000000..772ea89e66 --- /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 = "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 = [ "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" +documentation = "https://mqt.readthedocs.io/projects/predictor/en/latest/" +uuid = "9d5e2ef2-cac6-479e-a2f9-8014d54403e4"