Skip to content

Commit

Permalink
Add missing backend import
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Sep 16, 2024
1 parent cf697bd commit bdb3f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_RCCSDtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import scipy
from pyscf import gto, lib, scf, fci

from ebcc import BACKEND
from ebcc import GEBCC, REBCC, Space, NullLogger, util


Expand Down
1 change: 1 addition & 0 deletions tests/test_UCCSDtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from pyscf import gto, lib, scf, fci
import scipy.linalg

from ebcc import BACKEND
from ebcc import UEBCC, GEBCC, Space, NullLogger, util

# TODO from http://dx.doi.org/10.1021/acs.jpca.7b10892
Expand Down

0 comments on commit bdb3f25

Please sign in to comment.