Skip to content

Commit

Permalink
removed imports that require hciscf which is now moved inside the fun…
Browse files Browse the repository at this point in the history
…ction.
  • Loading branch information
Sandeep Sharma committed Dec 8, 2023
1 parent b8df7e3 commit 4fcc287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/QMCUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import scipy.linalg as la
from pyscf import __config__, ao2mo, fci, gto, lib, lo, mcscf, mp, scf, tools
from pyscf.lo import boys, edmiston, iao, ibo, pipek
from pyscf.shciscf import shci

from scipy.linalg import fractional_matrix_power
from scipy.stats import ortho_group

Expand Down Expand Up @@ -2043,6 +2043,7 @@ def write_nevpt2_input(numAct=None,

def run_ICPT(mc, nelecAct=None, norbAct=None, vmc_root=None, fname="spatialRDM.0.0.txt"):
import NEVPT2Helper as nev
from pyscf.shciscf import shci
print("Running ICPT\n")
intfolder = "int/"
os.system("mkdir -p " + intfolder)
Expand Down

0 comments on commit 4fcc287

Please sign in to comment.