Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 28, 2024
1 parent ee4b8f2 commit 2d7da62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiskit_dynamics/perturbation/custom_binary_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ def _compile_custom_operation_rule(
def _compute_unique_evaluations(
A: np.array, B: np.array, unique_evaluation_pairs: np.array, binary_op: Callable
) -> np.array:
"""Compute ``binary_op(A[j], B[k])`` for index pairs ``[j, k]`` in ``unique_evaluation_pairs``.
"""Compute ``binary_op(A[j], B[k])`` for index pairs ``[j, k]`` in
``unique_evaluation_pairs``.
"""

# evaluate first pair (assumes not all evaluation pairs are paddings of [-1, -1])
Expand Down

0 comments on commit 2d7da62

Please sign in to comment.