Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 24, 2024
1 parent 366697b commit cfd5a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiskit_dynamics/models/operator_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ def evaluate_rhs(
path="tensordot",
axes=(-1, -3),
)
+ 1j * _numpy_multi_dispatch(
+ 1j
* _numpy_multi_dispatch(
dis_coefficients,
mats.imag,
path="tensordot",
Expand Down

0 comments on commit cfd5a46

Please sign in to comment.