Skip to content

Commit

Permalink
add missing argument documentation (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Oct 16, 2024
1 parent 6253202 commit 1fd3bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/ffsim/variational/ucj_spin_balanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def n_params(
r"""Return the number of parameters of an ansatz with given settings.
Args:
norb: The number of spatial orbitals.
n_reps: The number of ansatz repetitions.
interaction_pairs: Optional restrictions on allowed orbital interactions
for the diagonal Coulomb operators.
Expand Down
1 change: 1 addition & 0 deletions python/ffsim/variational/ucj_spin_unbalanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def n_params(
r"""Return the number of parameters of an ansatz with given settings.
Args:
norb: The number of spatial orbitals.
n_reps: The number of ansatz repetitions.
interaction_pairs: Optional restrictions on allowed orbital interactions
for the diagonal Coulomb operators.
Expand Down
1 change: 1 addition & 0 deletions python/ffsim/variational/ucj_spinless.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def n_params(
r"""Return the number of parameters of an ansatz with given settings.
Args:
norb: The number of spatial orbitals.
n_reps: The number of ansatz repetitions.
interaction_pairs: Optional restrictions on allowed orbital interactions
for the diagonal Coulomb operators.
Expand Down

0 comments on commit 1fd3bcc

Please sign in to comment.