Skip to content

Commit

Permalink
Merge pull request #42 from BoothGroup/tblis_fix
Browse files Browse the repository at this point in the history
Fix `pyscf.tblis_einsum` import
  • Loading branch information
obackhouse committed Feb 6, 2024
2 parents 77d89bc + aef3bb6 commit 3e69cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebcc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try:
import tblis_einsum
except ImportError:
from pyscf import tblis_einsum
from pyscf.tblis_einsum import tblis_einsum
FOUND_TBLIS = True
except ImportError:
FOUND_TBLIS = False
Expand Down

0 comments on commit 3e69cf2

Please sign in to comment.