Skip to content

Commit abb454e

Browse files
committed
Black check.
1 parent e314626 commit abb454e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

qokit/fur/c/csim/wrapper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def apply_qaoa_furx(
6161
n_layers,
6262
)
6363

64+
6465
def apply_qaoa_furxz(
6566
sv_real: np.ndarray,
6667
sv_imag: np.ndarray,
@@ -80,13 +81,14 @@ def apply_qaoa_furxz(
8081
sv_imag,
8182
np.asarray(gammas, dtype="float"),
8283
np.asarray(betas, dtype="float"),
83-
np.asarray(init_rots, dtype="float"),
84+
np.asarray(init_rots, dtype="float"),
8485
hc_diag,
8586
n_qubits,
8687
n_states,
8788
n_layers,
8889
)
8990

91+
9092
def furxy(
9193
sv_real: np.ndarray,
9294
sv_imag: np.ndarray,

0 commit comments

Comments
 (0)