Skip to content

Commit

Permalink
fix import in analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed May 13, 2024
1 parent 3968b3c commit ecaef1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ciderpress/pyscf/analyzers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import numpy as np
from pyscf import dft, gto, lib, scf
from pyscf.dft.gen_grid import Grids
from pyscf.sgx.sgx import sgx_fit

from ciderpress.external.sgx_tools import get_jk_densities, sgx_fit
from ciderpress.external.sgx_tools import get_jk_densities

CALC_TYPES = {
"RHF": scf.hf.RHF,
Expand Down

0 comments on commit ecaef1d

Please sign in to comment.