Skip to content

Commit

Permalink
fix spin_sq type annotation from int to float
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Feb 4, 2025
1 parent 6a882f6 commit 4f63cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_sqd/fermion.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def solve_fermion(
eri: np.ndarray,
*,
open_shell: bool = False,
spin_sq: int | None = None,
spin_sq: float | None = None,
max_davidson: int = 100,
verbose: int | None = None,
) -> tuple[float, SCIState, list[np.ndarray], float]:
Expand Down

0 comments on commit 4f63cb8

Please sign in to comment.