Skip to content

Commit

Permalink
fix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Nov 11, 2023
1 parent d9c1814 commit 6a0a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ffsim/hamiltonians/double_factorized_hamiltonian.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def from_molecular_hamiltonian(
The number of terms :math:`t` in the decomposition depends on the allowed
error threshold. A larger error threshold leads to a smaller number of terms.
Furthermore, the `max_rank` parameter specifies an optional upper bound
Furthermore, the `max_vecs` parameter specifies an optional upper bound
on :math:`t`.
The default behavior of this routine is to perform a straightforward
Expand Down

0 comments on commit 6a0a2f0

Please sign in to comment.