Merge pull request #2297 from shivupa/remove_afqmc_gdf_option

Finish removing gdf option for afqmctools
This commit is contained in:
Paul R. C. Kent 2020-02-10 13:26:09 -05:00 committed by GitHub
commit e11e100afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from afqmctools.wavefunction.pbc import write_wfn_pbc
def write_qmcpack(chkfile, hamil_file, threshold, comm=None,
ortho_ao=False, gdf=False, kpoint=False, verbose=False,
ortho_ao=False, kpoint=False, verbose=False,
cas=None, qmc_input=None, wfn_file=None,
write_hamil=True, ndet_max=None, real_chol=False,
phdf=False, low=0.1, high=0.95, dense=False):

View File

@ -136,7 +136,7 @@ def main(args):
write_qmcpack(options.chk_file, options.hamil_file, options.thresh,
comm=comm,
ortho_ao=options.ortho_ao,
kpoint=options.kpoint_sym, gdf=options.gdf,
kpoint=options.kpoint_sym,
verbose=options.verbose, cas=options.cas,
qmc_input=options.qmc_input,
wfn_file=options.wfn_file,