From 681012c48758d35a48aada2356766545903b2175 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 13 Oct 2024 08:54:11 -0400 Subject: [PATCH] remove TODO and fix doc --- python/ffsim/random/random.py | 1 - python/ffsim/variational/uccsd.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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