Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Oct 29, 2024
1 parent 5649f2a commit fc3f250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_addon_sqd/fermion.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class SCIState:
r"""The amplitudes and determinants describing a quantum state.
``amplitudes`` is an :math:`M \\times N` array where :math:`M =` len(``ci_strs_a``)
and :math:`N` = len(``ci_strs_b``). ``amplitudes[i][j]`` corresponds to the
amplitude of the determinant pair (``ci_strs_a[i]``, ``ci_strs_b[j]``).
and :math:`N` = len(``ci_strs_b``). ``amplitudes[i][j]`` is the amplitude of the
determinant pair (``ci_strs_a[i]``, ``ci_strs_b[j]``).
"""

amplitudes: np.ndarray
Expand Down

0 comments on commit fc3f250

Please sign in to comment.