Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA386 committed Oct 10, 2024
1 parent 242f90a commit 84a1bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/docs/display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example usage:
print("Render options:")
print(circuit_renderer.get_render_options()) # View currently set render options

circuit_renderer.min_height = "300px" # Change the display height
circuit_renderer.config.min_height = "300px" # Change the display height

circ = Circuit(2,2) # Define Circuit
circ.H(0).H(1).CX(0, 1).Rz(0.4, 1).CX(0, 1).H(0).H(1).measure_all()
Expand Down

0 comments on commit 84a1bb3

Please sign in to comment.