From fc3f250c53769a0ceef8cd79907bc570f85bc96c Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Tue, 29 Oct 2024 09:05:23 -0500 Subject: [PATCH] lint --- qiskit_addon_sqd/fermion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_addon_sqd/fermion.py b/qiskit_addon_sqd/fermion.py index 8ce0b9d..7b4f4dc 100644 --- a/qiskit_addon_sqd/fermion.py +++ b/qiskit_addon_sqd/fermion.py @@ -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