Translations:MonarQ/42/fr

From Alliance Doc
Jump to navigation Jump to search

def bell_circuit():

   qml.Hadamard(wires=0)
   qml.CNOT(wires=[0, 1]) 
   qml.CNOT(wires=[1, 2])

   return qml.counts()