from blueqat import Circuit
Circuit().h[0].cx[0, 1].m[:].run(shots=100)
Counter({'11': 56, '00': 44})