Skip to content

Commit

Permalink
Update qiskit_machine_learning/kernels/fidelity_quantum_kernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWillmann authored Nov 28, 2023
1 parent b743b57 commit 7e41e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_machine_learning/kernels/fidelity_quantum_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _get_parameterization(
left_parameters = np.zeros((0, num_features))
right_parameters = np.zeros((0, num_features))

indices = np.array(
indices = np.asarray(
[
(i, j)
for i, x_i in enumerate(x_vec)
Expand Down

0 comments on commit 7e41e83

Please sign in to comment.