Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Jan 28, 2021
1 parent ff74e4e commit e251076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def apply_operations(self, operations):

for idx, p in enumerate(par):
if isinstance(p, np.ndarray):
# Convert arrays so that Qiskit accepts the parameters
# Convert arrays so that Qiskit accepts the parameter
par[idx] = p.tolist()

operation = operation.name
Expand Down

0 comments on commit e251076

Please sign in to comment.