Skip to content

Commit

Permalink
[doc] update NNO magnetic tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Nov 24, 2023
1 parent acb9c7b commit 24b859e
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 79 deletions.
18 changes: 9 additions & 9 deletions doc/tutorials/NNO_os_plo_mag/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ enforce_off_diag = False
block_threshold = 0.001

solver_type = cthyb
n_iw = 8001
n_tau = 50001
n_iw = 2001
n_tau = 20001

prec_mu = 0.001

Expand All @@ -19,10 +19,10 @@ J = 1.0
beta = 40

magnetic = True
magmom = -0.001, 0.001
magmom = -0.3, 0.3
afm_order = True

n_iter_dmft = 15
n_iter_dmft = 14

g0_mix = 0.9

Expand All @@ -34,14 +34,14 @@ load_sigma = False
path_to_sigma = pre_AFM.h5

[solver]
length_cycle = 150
n_warmup_cycles = 10000
n_cycles_tot = 2e+8
length_cycle = 2000
n_warmup_cycles = 5e+3
n_cycles_tot = 1e+7
imag_threshold = 1e-5

perform_tail_fit = True
fit_max_moment = 6
fit_min_w = 8
fit_max_w = 14
fit_min_w = 10
fit_max_w = 16
measure_density_matrix = True

20 changes: 9 additions & 11 deletions doc/tutorials/NNO_os_plo_mag/ref/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ enforce_off_diag = False
block_threshold = 0.001

solver_type = cthyb
n_iw = 8001
n_tau = 50001
n_iw = 2001
n_tau = 20001

prec_mu = 0.001

Expand All @@ -19,10 +19,10 @@ J = 1.0
beta = 40

magnetic = True
magmom = -0.001, 0.001
magmom = -0.3, 0.3
afm_order = True

n_iter_dmft = 15
n_iter_dmft = 14

g0_mix = 0.9

Expand All @@ -33,17 +33,15 @@ dc_dmft = False
load_sigma = False
path_to_sigma = pre_AFM.h5

h5_save_freq = 1

[solver]
length_cycle = 150
n_warmup_cycles = 10000
n_cycles_tot = 2e+8
length_cycle = 2000
n_warmup_cycles = 5e+3
n_cycles_tot = 1e+7
imag_threshold = 1e-5

perform_tail_fit = True
fit_max_moment = 6
fit_min_w = 8
fit_max_w = 14
fit_min_w = 10
fit_max_w = 16
measure_density_matrix = True

Binary file modified doc/tutorials/NNO_os_plo_mag/ref/nno.h5
Binary file not shown.
118 changes: 59 additions & 59 deletions doc/tutorials/NNO_os_plo_mag/tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 24b859e

Please sign in to comment.