Skip to content

Commit

Permalink
Add Quantum-Glasses to list. (#479)
Browse files Browse the repository at this point in the history
Add Quantum-Glasses to list.

---
Closes #478

Co-authored-by: mickahell <[email protected]>
  • Loading branch information
github-actions[bot] and mickahell authored Aug 19, 2023
1 parent fb86c84 commit c070001
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
{
"name": "simulation",
"description": "Software for quantum simulation"
},
{
"name": "visualization",
"description": ""
}
]
14 changes: 14 additions & 0 deletions ecosystem/resources/members/Quantum-Glasses.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "Quantum-Glasses"
url = "https://github.com/Jayshah25/Quantum-Glasses"
description = "Visualise the effects of Single Qubit Gates on a Qubit via Bloch Sphere Simulation in a Tkinter Software."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "The only alternative is to code up a circuit (qiskit.QuantumCircuit) and pass the circuit to visualize_transition from qiskit.visualization. Quantum Glasses implementation wraps all of this into a simple, easy to use Tkinter Software."
affiliations = "_No response_"
labels = [ "visualization",]
tier = "Community"
tests_results = []
styles_results = []
coverages_results = []
skip_tests = false
historical_test_results = []

0 comments on commit c070001

Please sign in to comment.