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
It seems that we have unwanted $$ symbols showing up in gates that have no parameters. I guess this is an unintended consequence of #78
$$
pytket v1.34
from pytket import Circuit from pytket.circuit.display import render_circuit_jupyter as draw h_circ = Circuit(1).H(0) draw(h_circ)
The diagram looks like
Note that this shows up when you have ZX mode on the default and click the button to switch to circuit mode.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that we have unwanted
$$
symbols showing up in gates that have no parameters. I guess this is an unintended consequence of #78pytket v1.34
The diagram looks like
Note that this shows up when you have ZX mode on the default and click the button to switch to circuit mode.
The text was updated successfully, but these errors were encountered: