Cirq
stable
Installing Cirq
Tutorial
Circuits
Gates
Simulation
Schedules and Devices
Development
API Reference
Devices and Qubits
Single Qubit Gates
Two Qubit Gates
Three Qubit Gates
Other Gate and Operation Classes
Circuits and Schedules
Trials and Simulations
Magic Method Protocols
Magic Method Protocol Types
Optimization
Utilities
cirq.allclose_up_to_global_phase
cirq.apply_matrix_to_slices
cirq.bidiagonalize_real_matrix_pair_with_symmetric_products
cirq.bidiagonalize_unitary_with_special_orthogonals
cirq.canonicalize_half_turns
cirq.chosen_angle_to_canonical_half_turns
cirq.chosen_angle_to_half_turns
cirq.slice_for_qubits_equal_to
cirq.block_diag
cirq.match_global_phase
cirq.commutes
cirq.CONTROL_TAG
cirq.diagonalize_real_symmetric_and_sorted_diagonal_matrices
cirq.diagonalize_real_symmetric_matrix
cirq.dot
cirq.Duration
cirq.is_diagonal
cirq.is_hermitian
cirq.is_negligible_turn
cirq.is_orthogonal
cirq.is_special_orthogonal
cirq.is_special_unitary
cirq.is_unitary
cirq.kak_canonicalize_vector
cirq.kak_decomposition
cirq.KakDecomposition
cirq.kron
cirq.kron_factor_4x4_to_2x2s
cirq.kron_with_controls
cirq.map_eigenvalues
cirq.reflection_matrix_pow
cirq.so4_to_magic_su2s
cirq.Symbol
cirq.targeted_left_multiply
cirq.TextDiagramDrawer
cirq.TextDiagramDrawer.content_present
cirq.TextDiagramDrawer.force_horizontal_padding_after
cirq.TextDiagramDrawer.force_vertical_padding_after
cirq.TextDiagramDrawer.grid_line
cirq.TextDiagramDrawer.height
cirq.TextDiagramDrawer.horizontal_line
cirq.TextDiagramDrawer.insert_empty_columns
cirq.TextDiagramDrawer.insert_empty_rows
cirq.TextDiagramDrawer.render
cirq.TextDiagramDrawer.transpose
cirq.TextDiagramDrawer.vertical_line
cirq.TextDiagramDrawer.width
cirq.TextDiagramDrawer.write
cirq.Timestamp
cirq.Tolerance
cirq.value_equality
Experiments
Google
Testing
Work in Progress - Noisy Channels
Work in Progress - Stabilizers
Contrib
Cirq
Docs
»
API Reference
»
cirq.TextDiagramDrawer
»
cirq.TextDiagramDrawer.transpose
cirq.TextDiagramDrawer.transpose
¶
TextDiagramDrawer.
transpose
(
)
→ cirq.circuits.text_diagram_drawer.TextDiagramDrawer
[source]
¶
Returns the same diagram, but mirrored across its diagonal.