Skip to content

Commit

Permalink
fix: add missing native instructions for logical targets
Browse files Browse the repository at this point in the history
Our logical processors are expected to support the S (and S adj.) gates in their basis gate set.

This commits add them to the basis gate set, so that we don't try to transpile them.
  • Loading branch information
alxthm committed Dec 19, 2024
1 parent 149bb4e commit b10d7cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_alice_bob_provider/processor/logical_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
't',
'tdg',
'h',
's',
'sdg',
]


Expand Down

0 comments on commit b10d7cc

Please sign in to comment.