We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The circuit library docs show in many cases illegible circuits that come from _generate_circuit_library_visualization. For example:
_generate_circuit_library_visualization
from qiskit.circuit.library import GRX from qiskit.visualization.library import _generate_circuit_library_visualization import numpy as np circuit = GRX(num_qubits=3, theta=np.pi/4) _generate_circuit_library_visualization(circuit)
Note that this is run inside a sphinx ..plot directive, not sure if the issue is limited to the docs rendering or also happens when run independently.
..plot
Circuit library visualizations should be readable.
No response
The text was updated successfully, but these errors were encountered:
I think this is a part of this issue: #13558 Perhaps we can close this issue and add this case as a comment there?
Sorry, something went wrong.
No branches or pull requests
Environment
What is happening?
The circuit library docs show in many cases illegible circuits that come from
_generate_circuit_library_visualization
. For example:How can we reproduce the issue?
Note that this is run inside a sphinx
..plot
directive, not sure if the issue is limited to the docs rendering or also happens when run independently.What should happen?
Circuit library visualizations should be readable.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: