mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 22:53:50 +01:00
Fix typo in doc example (issue #93)
This commit is contained in:
parent
45031b3bfe
commit
8e883f6118
@ -24,7 +24,7 @@ p["random_seed"] = 123 * mpi.rank + 567
|
|||||||
p["length_cycle"] = 200
|
p["length_cycle"] = 200
|
||||||
p["n_warmup_cycles"] = 100000
|
p["n_warmup_cycles"] = 100000
|
||||||
p["n_cycles"] = 1000000
|
p["n_cycles"] = 1000000
|
||||||
p["perfrom_tail_fit"] = True
|
p["perform_tail_fit"] = True
|
||||||
p["fit_max_moments"] = 4
|
p["fit_max_moments"] = 4
|
||||||
p["fit_min_n"] = 30
|
p["fit_min_n"] = 30
|
||||||
p["fit_max_n"] = 60
|
p["fit_max_n"] = 60
|
||||||
|
@ -25,7 +25,7 @@ p["random_seed"] = 123 * mpi.rank + 567
|
|||||||
p["length_cycle"] = 200
|
p["length_cycle"] = 200
|
||||||
p["n_warmup_cycles"] = 100000
|
p["n_warmup_cycles"] = 100000
|
||||||
p["n_cycles"] = 1000000
|
p["n_cycles"] = 1000000
|
||||||
p["perfrom_tail_fit"] = True
|
p["perform_tail_fit"] = True
|
||||||
p["fit_max_moments"] = 4
|
p["fit_max_moments"] = 4
|
||||||
p["fit_min_n"] = 30
|
p["fit_min_n"] = 30
|
||||||
p["fit_max_n"] = 60
|
p["fit_max_n"] = 60
|
||||||
|
Loading…
Reference in New Issue
Block a user