qiskit.quantum_info.Clifford.expand¶ Clifford.expand(other)[source]¶ Return the reverse-order tensor product with another Clifford. Parameters other (Clifford) – a Clifford object. Returns the tensor product b⊗a, where ais the current Clifford, and b is the other Clifford. Return type Clifford