Skip to content

Commit

Permalink
set thermo to False
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu-chem1996 committed Aug 8, 2024
1 parent 8db8cb0 commit 7712eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu4pyscf/drivers/dft_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_dft(mol_name, config, charge=None, spin=0):
with_solvent = config.get('with_solvent', False)
with_grad = config.get('with_grad', True)
with_hess = config.get('with_hess', True)
with_thermo = config.get('with_thermo', True)
with_thermo = config.get('with_thermo', False)
save_density = config.get('save_density', False)
input_dir = config.get('input_dir', './')

Expand Down

0 comments on commit 7712eb2

Please sign in to comment.