From 4d2c4bd6548a3dd0d3381a8b02ce286ebcaddbe8 Mon Sep 17 00:00:00 2001 From: Fionn Malone Date: Mon, 9 Oct 2023 18:34:38 +0000 Subject: [PATCH] Fix formatting. --- qualtran/bloqs/chemistry/thc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qualtran/bloqs/chemistry/thc.py b/qualtran/bloqs/chemistry/thc.py index 8ad96f4b1..b7a649024 100644 --- a/qualtran/bloqs/chemistry/thc.py +++ b/qualtran/bloqs/chemistry/thc.py @@ -357,7 +357,8 @@ def build_composite_bloq(self, bb: 'BloqBuilder', **regs: SoquetT) -> Dict[str, target_bitsizes=(1, 1, alt_bitsize, alt_bitsize, self.keep_bitsize), ) ) - s, theta, alt_theta, alt_mu, alt_nu, keep = bb.add(qroam, + s, theta, alt_theta, alt_mu, alt_nu, keep = bb.add( + qroam, selection=s, target0=theta, target1=alt_theta,