Skip to content

Commit

Permalink
remove TODO and fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 13, 2024
1 parent a9c6107 commit 681012c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/ffsim/random/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def random_ucj_operator(
)


# TODO rename if UCCSDOpRestricted is renamed
def random_uccsd_restricted(
norb: int,
nocc: int,
Expand Down
2 changes: 1 addition & 1 deletion python/ffsim/variational/uccsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""Spin-balanced (local) unitary cluster Jastrow ansatz."""
"""Unitary coupled cluster, singles and doubles ansatz."""

from __future__ import annotations

Expand Down

0 comments on commit 681012c

Please sign in to comment.