diff --git a/python/solid_dmft/dmft_tools/solver.py b/python/solid_dmft/dmft_tools/solver.py index 951e031e..eee44c48 100755 --- a/python/solid_dmft/dmft_tools/solver.py +++ b/python/solid_dmft/dmft_tools/solver.py @@ -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 diff --git a/python/solid_dmft/read_config.py b/python/solid_dmft/read_config.py index 11b44068..af6f4304 100755 --- a/python/solid_dmft/read_config.py +++ b/python/solid_dmft/read_config.py @@ -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