Closed kenya-sk closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.76%. Comparing base (
eef7c5c
) to head (4281e86
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@kenya-sk thanks for taking care of this
@NoureldinYosri Thank you for review. I have removed the changes that are not relevant to this issue.
Thank you @kenya-sk @NoureldinYosri.
OpenQASM 2.0 does not support global phase (https://github.com/Qiskit/qiskit/issues/7167#issuecomment-947821313). Therefore, the current implementation generated an error and terminated the program. Since the global phase does not affect the observation results, I have changed it to be supported as a warning and the program can be executed.
The following is how to handle the situation.
fixes https://github.com/quantumlib/Cirq/issues/6457