diff --git a/python/ffsim/random/random.py b/python/ffsim/random/random.py index e007c404c..d6bb9eb22 100644 --- a/python/ffsim/random/random.py +++ b/python/ffsim/random/random.py @@ -344,7 +344,6 @@ def random_ucj_operator( ) -# TODO rename if UCCSDOpRestricted is renamed def random_uccsd_restricted( norb: int, nocc: int, diff --git a/python/ffsim/variational/uccsd.py b/python/ffsim/variational/uccsd.py index 951d8b15b..40824a37c 100644 --- a/python/ffsim/variational/uccsd.py +++ b/python/ffsim/variational/uccsd.py @@ -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