OPENQASM 2.0; include "qelib1.inc"; qreg q1[8]; creg c0[1]; rz(5*pi/4) q1[0]; rx(3*pi/4) q1[0]; c0 = measure q1[0];