Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to list.
  • Loading branch information
mickahell authored Sep 8, 2023
1 parent 2574a4a commit dced8d6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,25 @@
{
"name": "Visualization",
"description": "Produces images, animations, or graphical user interfaces"
},
{
"name": "circuit",
"description": ""
},
{
"name": "circuit simulator",
"description": ""
},
{
"name": "game",
"description": ""
},
{
"name": "notebook",
"description": ""
},
{
"name": "simulation",
"description": ""
}
]
2 changes: 1 addition & 1 deletion ecosystem/resources/members/SSVQE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ styles_results = []
coverages_results = []
skip_tests = false
stars = 0

[[tests_results]]
passed = true
test_type = "development"
Expand Down Expand Up @@ -76,3 +75,4 @@ package_version = "0.44.1"
logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6082575100"
qiskit_version = "0.44.1"
timestamp = 1693906223.950387

14 changes: 14 additions & 0 deletions ecosystem/resources/members/qiskit-shots-animator.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "qiskit-shots-animator"
url = "https://github.com/teavuihuang/qiskit-shots-animator"
description = "[Qiskit-Shots-Animator ](https://pypi.org/project/qiskit-shots-animator/1.0.1/)is an open-source Python add-on package I developed for IBM Qiskit that animates quantum job execution results e.g. for 1024 shots: \"{'000': 510, '111': 514}\" as microwave flashes either on a gate map, or x-ray photo of the quantum computer chip. The stand-alone looping GIF animation can be viewed directly in the Jupyter notebook or saved & exported to webpages & social media. Qiskit animation examples can be seen in the [Github repo](https://github.com/teavuihuang/qiskit-shots-animator). It's purpose is to help newcomers to Quantum to visually comprehend the quantum results. It can also be used as a fun, indirect way to learn quantum circuit design as the students modify the circuits to draw and create simple animation patterns on the gate map like a LED signboard. Hence, I think this is something that could be used / incorporated in IBM Qiskit tutorials, lessons and even YouTube video lessons and presentations."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
affiliations = "_No response_"
labels = [ "simulation", "circuit simulator", "circuit", "game", "notebook",]
tier = "Community"
tests_results = []
styles_results = []
coverages_results = []
skip_tests = false
historical_test_results = []

0 comments on commit dced8d6

Please sign in to comment.