-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area/interopgood first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
Converting a circuit with X**0.5 in it into qasm produces an rx(pi*0.5)
operation. This operation is correct, but e.g. qiskit's stabilizer simulator doesn't understand that it is a stabilizer operation.
Should probably check other stabilizer operations like X**-0.5
, Y**0.5
, Y**-0.5
, Z**0.5
too.
Metadata
Metadata
Assignees
Labels
area/interopgood first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on