Skip to content

tsim.core.instructions.mxx

← Module overview

functionmxxsource

tsim.core.instructions.mxx

Signature
def mxx(b: GraphRepresentation, q0: int, q1: int, p: float = 0, invert: bool = False) -> None

Measure two qubits in XX basis.

Parameters

NameTypeDefaultDescription
bGraphRepresentationrequired
q0intrequired
q1intrequired
pfloat0
invertboolFalse
source