Skip to content

Commit cb7f8e7

Browse files
committed
removed wrong merge
1 parent 4664380 commit cb7f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quemb/molbe/solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ def solve_block2(
911911
mc.fcisolver.scratchDirectory = frag_scratch.path
912912
mc.fcisolver.runtimeDir = frag_scratch.path
913913
mc.fcisolver.memory = DMRG_args.max_mem
914-
os.chdir(frag_scratch.path)
914+
os.chdir(frag_scratch)
915915

916916
mc.kernel(orbs)
917917
rdm1, rdm2 = dmrgscf.DMRGCI.make_rdm12(

0 commit comments

Comments
 (0)