Skip to content

Commit

Permalink
in test, import directly from ffsim
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 22, 2024
1 parent c585ca5 commit f256acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python/operators/fermi_hubbard_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
import scipy

import ffsim
from ffsim.operators.fermi_hubbard import fermi_hubbard_1d, fermi_hubbard_2d
from ffsim.operators.fermion_action import cre_a, cre_b, des_a, des_b
from ffsim import cre_a, cre_b, des_a, des_b, fermi_hubbard_1d, fermi_hubbard_2d


def test_fermi_hubbard_1d():
Expand Down

0 comments on commit f256acf

Please sign in to comment.