From f239b4b5667de8437bb33d3f1543822c01dfb037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:27:03 +0000 Subject: [PATCH] Add Qclib to list. (#804) Add Qclib to list. --- Closes #803 --------- Co-authored-by: israelferrazaraujo Co-authored-by: Frank Harkins --- ecosystem/resources/members/qclib.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ecosystem/resources/members/qclib.toml diff --git a/ecosystem/resources/members/qclib.toml b/ecosystem/resources/members/qclib.toml new file mode 100644 index 000000000..798c018a5 --- /dev/null +++ b/ecosystem/resources/members/qclib.toml @@ -0,0 +1,8 @@ +name = "Qclib" +url = "https://github.com/qclib/qclib" +description = "A quantum computing library implemented using Qiskit. The focus of Qclib is on preparing quantum states, but it is not limited to that." +licence = "Apache License 2.0" +labels = [ "Algorithms", "Circuit building tool", "Optimization", "Paper implementation",] +ibm_maintained = false +group = "other" +uuid = "727120b2-7559-453e-beb3-0ab33fb60a4a"