Skip to content

Commit

Permalink
Update qiskit_dynamics/arraylias/register_functions/multiply.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Puzzuoli <[email protected]>
  • Loading branch information
to24toro and DanPuzzuoli authored Nov 8, 2023
1 parent ab5ec7d commit 907a878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_dynamics/arraylias/register_functions/multiply.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def register_multiply(alias):
"""register multiply functions to each array libraries"""
"""Register multiply functions to each array library."""

@alias.register_function(lib="scipy_sparse", path="multiply")
def _(x, y):
Expand Down

0 comments on commit 907a878

Please sign in to comment.