Using PennyLane
Development
API
Internals
symmetric_over_all_wires
Operations that are the same if you exchange the order of wires.
For example, qml.CZ(wires=[0, 1]) has the same effect as qml.CZ(wires=[1, 0]) due to symmetry of the operation.
qml.CZ(wires=[0, 1])
qml.CZ(wires=[1, 0])
Attribute