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
- Fix Circuit.insert not commuting xmon CZs past other xmon CZs when there is space available (instead of stopping at the first sign of a blockage)
- Fix W(~=1.0)^t not being displayed as X^-t
- Add new_device and qubit_map parameters to optimized_for_xmon
- Rename from 'line_placement.py' to 'place_on_bristlecone.py'
- 'line_on_device' now just returns a tuple of qubits with a souped-up __str__
- Extend example to include creating a circuit and optimizing it
- Refactor LineSequence class into a List[GridQubit] type declaration
- Refactor LinePlacement class into GridQubitLineTuple, which is just a tuple with a special __str__
- Modify several line placement tests to check results instead of the way they were achieved
- Combine 'line_placement_on_device' and 'line_on_device'
Fixes#463
0 commit comments