Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 19, 2023
1 parent 9679dcb commit cb4b9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/_slow/gates/orbital_rotation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
apply_single_column_transformation_in_place,
gen_orbital_rotation_index_in_place,
)
from ffsim.gates.orbital_rotation import (
_zero_one_subspace_indices,
gen_orbital_rotation_index,
)
from ffsim._slow.gates.orbital_rotation import (
apply_givens_rotation_in_place_slow,
apply_single_column_transformation_in_place_slow,
gen_orbital_rotation_index_in_place_slow,
)
from ffsim.gates.orbital_rotation import (
_zero_one_subspace_indices,
gen_orbital_rotation_index,
)


def test_apply_givens_rotation_in_place_slow():
Expand Down

0 comments on commit cb4b9d3

Please sign in to comment.