-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Documentation of dag_drawer
is unclear on allowed types
#13021
Comments
Hi, I am new to contributing to Qiskit and would like to learn. Is this issue still open, and may I be assigned to it? Thank you. |
@azhar-ikhtiarudin assigned, thanks! |
Hi, I apologize for the delay in my response. I’ve reviewed the case. Is it correct that I only need to add
Is it correct? or should I also include example code or other details? Thank you! I refer to this page: https://github.com/Qiskit/documentation/blob/main/docs/api/qiskit/qiskit.visualization.dag_drawer.mdx |
Hi, I've checked this issue again and realized that maybe the appropriate documentation to update is located here: https://github.com/Qiskit/qiskit/blob/main/qiskit/visualization/dag_visualization.py particularly in this section:
Could you kindly confirm if this is the correct place for the update? My apologies for any earlier confusion, and thank you for your understanding. |
Talking about
qiskit.visualization.dag_visualization
:Originally posted by @jakelishman in #12550 (comment)
The documentation of
dag_drawer
implies that onlyDAGCircuit
is allowable, but actually the function is intended to work withDAGDependency
as well. We should update the documentation to be accurate.The text was updated successfully, but these errors were encountered: