Skip to content

Commit

Permalink
don't import functions from contract at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 19, 2023
1 parent 55851d2 commit a54462e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/ffsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
variational,
)
from ffsim._lib import FermionOperator
from ffsim.contract import (
contract_diag_coulomb,
contract_num_op_sum,
diag_coulomb_linop,
hamiltonian_linop,
hamiltonian_trace,
num_op_sum_linop,
)
from ffsim.fermion_action import FermionAction, cre, cre_a, cre_b, des, des_a, des_b
from ffsim.gates import (
apply_diag_coulomb_evolution,
Expand Down

0 comments on commit a54462e

Please sign in to comment.