Skip to content

Commit 95ba2d7

Browse files
committed
remove dontusepcm keyword
1 parent e22f78a commit 95ba2d7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

PoltypeModules/fragmenter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def FragmentJobSetup(poltype,strfragrotbndindexes,tail,listofjobs,jobtooutputlog
748748
init_keywords += ['structure', 'prmstartidx', 'isfragjob', 'parentname', 'maxgrowthcycles']
749749
init_keywords += ['debugmode']
750750
init_keywords += ['use_gaus', 'use_gausoptonly', 'use_psi4_geometric_opt', 'dont_use_pyscf','pcm_auto']
751-
init_keywords += ['optpcm', 'toroptpcm', 'torsppcm', 'dontusepcm', 'pcm_auto']
751+
init_keywords += ['optpcm', 'toroptpcm', 'torsppcm', 'pcm_auto']
752752
init_keywords += ['optmethod', 'optbasisset', 'optmaxcycle', 'optconvergence']
753753
init_keywords += ['dmamethod', 'dmabasisset', 'new_gdma']
754754
init_keywords += [_key for _key in poltype.__dict__ if _key.startswith('gdmacommand_')]

PoltypeModules/lmodifytinkerkey.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ def modkey2_fragmpole(poltype):
265265
pt.write("scalebigmultipole=True\n")
266266
pt.write("fragbigmultipole=False\n")
267267
pt.write(f"dont_use_pyscf={poltype.dont_use_pyscf}\n")
268-
pt.write(f"dontusepcm={poltype.dontusepcm}\n")
269268
pt.write(f"pcm_auto={poltype.pcm_auto}\n")
270269
pt.write(f"numproc={poltype.numproc}\n")
271270
pt.write(f"maxmem={poltype.maxmem}\n")

0 commit comments

Comments
 (0)