Skip to content

Commit

Permalink
small adaption to the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Nov 8, 2023
1 parent 7bb6272 commit df822a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/solid_dmft/dmft_tools/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def _create_hartree_solver(self):
)

def _interface_hartree_dc(hartree_instance, general_params, advanced_params, icrsh):
""" Modifies in-place class attributes to infercace with options in solid_dmft
""" Modifies in-place class attributes to infercace with options in solid_dmft
for the moment supports only DC-relevant parameters
Parameters
Expand Down
3 changes: 3 additions & 0 deletions python/solid_dmft/read_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@
random_seed : str, optional default by triqs
if specified the int will be used for random seeds! Careful, this will give the same random
numbers on all mpi ranks
You can also pass a string that will convert the keywords it or rank on runtime, e.g.
34788 * it + 928374 * rank will convert each iteration the variables it and rank for the random
seed
legendre_fit : bool, optional default= False
filter noise of G(tau) with G_l, cutoff is taken from n_l
loc_n_min : int, optional
Expand Down

0 comments on commit df822a4

Please sign in to comment.