Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Oct 9, 2023
1 parent 246e10c commit 4d2c4bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qualtran/bloqs/chemistry/thc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d2c4bd

Please sign in to comment.