Qiskit support #37
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Good for Hacktoberfest participants
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
It would be nice to have a way to generate qviz's json from a Qiskit QuantumCircuit object.
Describe the solution you'd like
Something on the lines of adding a creating a
convert_to_qviz()
method that takes a Qiskit's Circuit object and returns a dictionary/ojbect that can be serialized to the json that qviz supports. For example:The text was updated successfully, but these errors were encountered: