Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Dec 8, 2024
1 parent 7cb95e2 commit a2d6315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/hamiltonians/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def XXX(

return Heisenberg(
nqubits,
coupling_constants=[coupling_constant] * 3,
coupling_constants=coupling_constant,
external_field_strengths=external_field_strengths,
dense=dense,
backend=backend,
Expand Down

0 comments on commit a2d6315

Please sign in to comment.