Skip to content

Commit

Permalink
fix: changed rowsum signature
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Feb 21, 2024
1 parent 2e292d4 commit 3e0505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibojit/backends/clifford_operations_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def CY(symplectic_matrix, control_q, target_q, nqubits):
@njit(
[
"b1[:,:](b1[:,:], u8[:], u8[:], u8, b1)",
"b1[:,:](b1[:,:], u8[:], u8[:], i8, b1)",
"b1[:,:](b1[:,:], u4[:], u4[:], u4, b1)",
],
parallel=True,
cache=True,
Expand Down

0 comments on commit 3e0505d

Please sign in to comment.