Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 20, 2023
1 parent ee40910 commit e799a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ffsim/slow/gates/diag_coulomb.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def apply_diag_coulomb_evolution_in_place_num_rep_numpy(
nelec=nelec,
copy=False,
)
orbitals = [set() for _ in range(2)]
orbitals = [set(), set()]
orbitals[sigma].add(i)
orbitals[1 - sigma].add(j)
_apply_phase_shift(
Expand Down

0 comments on commit e799a70

Please sign in to comment.