-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
#8202 plot_bloch_vector optional parameter & allowing initialize state in visualize_transition & minor issue #8211
base: main
Are you sure you want to change the base?
Conversation
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. |
Pull Request Test Coverage Report for Build 2533203377
💛 - Coveralls |
Hi @poig thanks for your contribution and sorry for the slow review on this PR, I think because it is attempting to address a few different issues it fell through the cracks and it probably would have been better to split this into 2 PRs (one for the documentation fix and another for the visualisation feature). Generally this is looking good, but to move forward I think the |
Summary
Closes #8202
adding optional argument allowed for
matplotlib.patches.FancyArrowPatch
toplot_bloch_vector
Closes #8194
document
qiskit.extensions.StatePreparation
toqiskit.circuit.library.data_preparation.StatePreparation
Closes #8206
allowing initialize state in
visualize_transition
.plot_bloch_multivector(qc,ls="dotted")
visualize_transition(qc,trace=True)
Details and comments
not sure if doing everything correctly
do
visualize_transition
need a test?