Hi, can anyone help me? I’m not sure how to construct the exponent (XX).
qml.PauliRot(theta, ‘XX’, wires=[0, 1]), right?
I solved it!
qml.PauliRot(theta, ‘XX’, wires=[1,0]) was right!
Congratulations @Mayu !
1 Like
Thanks, @CatalinaAlbornoz!