Skip to content

Commit

Permalink
rename slow to _slow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 19, 2023
1 parent 4b77685 commit 9679dcb
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmarks/rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_zero_one_subspace_indices,
gen_orbital_rotation_index,
)
from ffsim.slow.gates.orbital_rotation import (
from ffsim._slow.gates.orbital_rotation import (
apply_givens_rotation_in_place_slow,
apply_single_column_transformation_in_place_slow,
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
contract_diag_coulomb_into_buffer_num_rep,
contract_diag_coulomb_into_buffer_z_rep,
)
from ffsim.slow.contract.diag_coulomb import (
from ffsim._slow.contract.diag_coulomb import (
contract_diag_coulomb_into_buffer_num_rep_slow,
contract_diag_coulomb_into_buffer_z_rep_slow,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import ffsim
from ffsim._lib import contract_num_op_sum_spin_into_buffer
from ffsim.slow.contract.num_op_sum import contract_num_op_sum_spin_into_buffer_slow
from ffsim._slow.contract.num_op_sum import contract_num_op_sum_spin_into_buffer_slow


def test_contract_num_op_sum_spin_into_buffer_slow():
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
apply_diag_coulomb_evolution_in_place_num_rep,
apply_diag_coulomb_evolution_in_place_z_rep,
)
from ffsim.slow.gates.diag_coulomb import (
from ffsim._slow.gates.diag_coulomb import (
apply_diag_coulomb_evolution_in_place_num_rep_numpy,
apply_diag_coulomb_evolution_in_place_num_rep_slow,
apply_diag_coulomb_evolution_in_place_z_rep_slow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import ffsim
from ffsim._lib import apply_num_op_sum_evolution_in_place
from ffsim.slow.gates.num_op_sum import apply_num_op_sum_evolution_in_place_slow
from ffsim._slow.gates.num_op_sum import apply_num_op_sum_evolution_in_place_slow


def test_apply_num_op_sum_evolution_in_place_slow():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
_zero_one_subspace_indices,
gen_orbital_rotation_index,
)
from ffsim.slow.gates.orbital_rotation import (
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,
Expand Down

0 comments on commit 9679dcb

Please sign in to comment.