Skip to content

Commit 5143162

Browse files
committed
pyscf2qwalk doesn't do cutoff_mo any more.
1 parent a516963 commit 5143162

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyscf2qwalk.py

-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def print_slater(mol, mf, orbfile, basisfile, f,k=0,occ=None):
316316

317317
f.write('''SLATER
318318
%s {
319-
CUTOFF_MO
320319
MAGNIFY 1.0
321320
NMO %d
322321
ORBFILE %s
@@ -389,7 +388,6 @@ def print_cas_slater(mc,orbfile, basisfile,f, tol,fjson,root=None):
389388
f.write('''
390389
SLATER
391390
%s {
392-
CUTOFF_MO
393391
MAGNIFY 1.0
394392
NMO %d
395393
ORBFILE %s

0 commit comments

Comments
 (0)