OPENQASM 2.0; include "qelib1.inc"; qreg q[2]; creg c[2]; ry(0.5) q[0]; ry(0.3) q[1]; cx q[0],q[1]; ry(0.2) q[0]; ry(0.4) q[1]; measure q -> c;