Skip to content

Commit

Permalink
Add quPython to list. (#598)
Browse files Browse the repository at this point in the history
Add quPython to list.

---
Closes #597

Co-authored-by: frankharkins <[email protected]>
  • Loading branch information
github-actions[bot] and frankharkins committed Nov 28, 2023
1 parent 0e89c2b commit 0c46559
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-qubit-reuse.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
14 changes: 14 additions & 0 deletions ecosystem/resources/members/quPython.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
alternatives = "_No response_"
affiliations = "_No response_"
labels = [ "Circuit", "Converter", "Productivity",]
tier = "Community"
tests_results = []
styles_results = []
coverages_results = []
skip_tests = false
historical_test_results = []

0 comments on commit 0c46559

Please sign in to comment.