You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow selection of drawing order in CircuitDrawer (solves #333) (#334)
* included the possibility to draw the gates in the order they were added to the circuit
* edited param names
tests should pass now
* solved comments
* solved comments
* passes tests
* Test for unordered and ordered circuit drawing
* Reindent files in _circuits
* Minor adjustments to _drawer.py
* added test_body_with_drawing_order
* fixed tests and how draw_gates_in_parallel is interpreted
* Fix failing tests with Python 2.7
One test of _to_latex_test.py was failing due to precision issues.
0 commit comments