Skip to content

Commit

Permalink
Add docstrings for python wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
stand-by committed Oct 3, 2024
1 parent f8846bb commit 560a957
Show file tree
Hide file tree
Showing 2 changed files with 663 additions and 164 deletions.
2 changes: 1 addition & 1 deletion fast_pauli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Fast Pauli and helpers."""
""":code:`fast_pauli` is a Python package with C++ backend, optimized for operations on Pauli Matrices and Pauli Strings.""" # noqa: E501

from ._fast_pauli import ( # noqa: F401
Pauli,
Expand Down
Loading

0 comments on commit 560a957

Please sign in to comment.