We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e314626 commit abb454eCopy full SHA for abb454e
1 file changed
qokit/fur/c/csim/wrapper.py
@@ -61,6 +61,7 @@ def apply_qaoa_furx(
61
n_layers,
62
)
63
64
+
65
def apply_qaoa_furxz(
66
sv_real: np.ndarray,
67
sv_imag: np.ndarray,
@@ -80,13 +81,14 @@ def apply_qaoa_furxz(
80
81
sv_imag,
82
np.asarray(gammas, dtype="float"),
83
np.asarray(betas, dtype="float"),
- np.asarray(init_rots, dtype="float"),
84
+ np.asarray(init_rots, dtype="float"),
85
hc_diag,
86
n_qubits,
87
n_states,
88
89
90
91
92
def furxy(
93
94
0 commit comments