Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Oct 16, 2024
1 parent 8985e65 commit 505df19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from .Tensor import Tensor
from .Symmetry import Symmetry
from .MoSpaces import MoSpaces
from .AdcMatrix import AdcBlockView, AdcMatrix
from .AdcMatrix import AdcMatrix
from .AdcMethod import AdcMethod
from .functions import (contract, copy, direct_sum, dot, einsum, empty_like,
evaluate, lincomb, linear_combination, nosym_like,
Expand Down

0 comments on commit 505df19

Please sign in to comment.