Skip to content

Commit

Permalink
docs: fix verbatim in RST
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Dec 1, 2023
1 parent 608c55b commit 528f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_nature/second_q/properties/angular_momentum.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, num_spatial_orbitals: int, overlap: np.ndarray | None = None)
Args:
num_spatial_orbitals: the number of spatial orbitals in the system.
overlap: the overlap-matrix between the $\alpha$- and $\beta$-spin orbitals. When this
is `None`, the overlap-matrix is assumed to be identity.
is ``None``, the overlap-matrix is assumed to be identity.
"""
self.num_spatial_orbitals = num_spatial_orbitals
self._overlap: np.ndarray | None = None
Expand Down

0 comments on commit 528f24b

Please sign in to comment.