diff --git a/ecosystem/resources/members/qiskit-qubit-reuse.toml b/ecosystem/resources/members/qiskit-qubit-reuse.toml index e2fc14b97a..d1ac50cec7 100644 --- a/ecosystem/resources/members/qiskit-qubit-reuse.toml +++ b/ecosystem/resources/members/qiskit-qubit-reuse.toml @@ -5,7 +5,7 @@ licence = "Apache License 2.0" contact_info = "_No response_" alternatives = "_No response_" affiliations = "IBM" -labels = [ "Paper implementation", ] +labels = [ "Paper implementation",] tier = "Community" styles_results = [] coverages_results = [] diff --git a/ecosystem/resources/members/quPython.toml b/ecosystem/resources/members/quPython.toml new file mode 100644 index 0000000000..dd72e2af32 --- /dev/null +++ b/ecosystem/resources/members/quPython.toml @@ -0,0 +1,14 @@ +name = "quPython" +url = "https://github.com/frankharkins/quPython" +description = "Write quantum programs as Python functions, rather than separate circuit objects. Create higher-level quantum data types, and return measurement results as bool-like objects." +licence = "MIT license" +contact_info = "frankharkins@hotmail.co.uk" +alternatives = "_No response_" +affiliations = "_No response_" +labels = [ "Circuit", "Converter", "Productivity",] +tier = "Community" +tests_results = [] +styles_results = [] +coverages_results = [] +skip_tests = false +historical_test_results = []