Skip to content

Commit

Permalink
make dcore not to load tool
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 5, 2024
1 parent 386f8b3 commit 2936f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dcore/dcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def dcore(filename, np=1):
Input-file name
"""
# Set Default value
pars = create_parser(['model', 'system', 'impurity_solver', 'control', 'mpi', 'tool'])
pars = create_parser(['model', 'system', 'impurity_solver', 'control', 'mpi'])
#
# Parse keywords and store
#
Expand All @@ -43,7 +43,6 @@ def dcore(filename, np=1):

# Delete unnecessary parameters
delete_parameters(params, block='model', retain=['seedname'])
delete_parameters(params, block='tool', retain=['Nomega', 'omega_min', 'omega_max', 'n_pade_min', 'n_pade_max', 'omega_pade', 'eta'])

# Summary of input parameters
print_parameters(params)
Expand Down

0 comments on commit 2936f71

Please sign in to comment.