We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1daad commit d26bf3eCopy full SHA for d26bf3e
tensorcircuit/translation.py
@@ -735,6 +735,8 @@ def eqasm2tc(
735
elif inst_list[2] == "-Z/2":
736
c.rz(*index, theta=np.pi / 2) # type: ignore
737
# TODO(@refraction-ray): Z/2 convention to be double checked
738
+ elif inst_list[2].startswith("MEAS"):
739
+ continue
740
else:
741
gate_name = inst_list[2].lower()
742
if len(inst_list) == 4:
0 commit comments