-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Quantum-Glasses to list. --- Closes #478 Co-authored-by: mickahell <[email protected]>
- Loading branch information
1 parent
fb86c84
commit c070001
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [] |