From c0700017f8370dcc8a20191a2fce2271a195190d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 06:31:03 -0700 Subject: [PATCH] Add Quantum-Glasses to list. (#479) Add Quantum-Glasses to list. --- Closes #478 Co-authored-by: mickahell --- ecosystem/resources/labels.json | 4 ++++ ecosystem/resources/members/Quantum-Glasses.toml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 ecosystem/resources/members/Quantum-Glasses.toml diff --git a/ecosystem/resources/labels.json b/ecosystem/resources/labels.json index 0fbf41f32c..e75c0d0668 100644 --- a/ecosystem/resources/labels.json +++ b/ecosystem/resources/labels.json @@ -94,5 +94,9 @@ { "name": "simulation", "description": "Software for quantum simulation" + }, + { + "name": "visualization", + "description": "" } ] \ No newline at end of file diff --git a/ecosystem/resources/members/Quantum-Glasses.toml b/ecosystem/resources/members/Quantum-Glasses.toml new file mode 100644 index 0000000000..c38ba1f159 --- /dev/null +++ b/ecosystem/resources/members/Quantum-Glasses.toml @@ -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 = "shahj097@gmail.com" +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 = []