Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 6, 2023
1 parent 311a70f commit 2eaaaf6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pytket/extensions/pyquil/backends/forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,14 @@ class ForestBackend(Backend):
_supports_counts = True
_supports_contextual_optimisation = True
_persistent_handles = True
_GATE_SET = {OpType.CZ, OpType.Rx, OpType.Rz, OpType.Measure, OpType.Barrier}
_GATE_SET = {
OpType.CZ, #
OpType.Rx, #
OpType.Rz, #
OpType.Measure, #
OpType.Barrier, #
OpType.PhasedISWAP,
}

def __init__(self, qc: QuantumComputer):
"""Backend for running circuits with the Rigetti QVM.
Expand Down

0 comments on commit 2eaaaf6

Please sign in to comment.