Skip to content

Commit

Permalink
going to just apply logical gates to all qubits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlietz committed Nov 21, 2024
1 parent 5b1f793 commit 7e6a9f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/qec/lib/codes/surface_code_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@

namespace cudaq::qec::surface_code {

// TODO: apply to just X_L
__qpu__ void x(patch logicalQubit) { x(logicalQubit.data); }

__qpu__ void y(patch logicalQubit) { y(logicalQubit.data); }

// TODO: apply to just X_L
__qpu__ void z(patch logicalQubit) { z(logicalQubit.data); }
__qpu__ void h(patch logicalQubit) { h(logicalQubit.data); }
__qpu__ void s(patch logicalQubit) { s(logicalQubit.data); }
Expand Down

0 comments on commit 7e6a9f6

Please sign in to comment.