Skip to content

Commit 95c6891

Browse files
committed
permute all qubits for teleportation
1 parent f39c31b commit 95c6891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/quantum-pecos/src/pecos/qeclib/steane/steane_class.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ def qec_steane_z_tel(
520520
self.scratch,
521521
),
522522
Permute(self.d, aux.d),
523+
Permute(self.a, aux.a),
523524
)
524525

525526
def qec_steane_x(
@@ -580,4 +581,5 @@ def qec_steane_x_tel(
580581
self.scratch,
581582
),
582583
Permute(self.d, aux.d),
584+
Permute(self.a, aux.a),
583585
)

0 commit comments

Comments
 (0)