Skip to content

Commit

Permalink
Update qiskit_dynamics/arraylias/register_functions/rmatmul.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 a56088f commit ab5ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_dynamics/arraylias/register_functions/rmatmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def register_rmatmul(alias):
"""register rmatmul functions to each array libraries"""
"""Register rmatmul functions to each array library."""

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

0 comments on commit ab5ec7d

Please sign in to comment.