Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quantum-Glasses to list. #479

Merged
merged 1 commit into from
Aug 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = []