Skip to content

Commit

Permalink
Remove duplicate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Apr 29, 2024
1 parent e65696d commit d09a53b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qualtran/bloqs/chemistry/sparse/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ def selection_registers(self) -> Tuple[Register, ...]:
Register("flag_1b", BoundedQUInt(1)),
)

def adjoint(self) -> 'Bloq':
return evolve(self, is_adjoint=not self.is_adjoint)

@cached_property
def junk_registers(self) -> Tuple[Register, ...]:
return (
Expand Down

0 comments on commit d09a53b

Please sign in to comment.