3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-22 05:02:20 +02:00

another small change in advanced example

This commit is contained in:
Leonid Pourovskii 2014-05-30 02:12:43 +02:00
parent 90e2379195
commit 931678f1e7

View File

@ -19,7 +19,7 @@ Then we define some parameters::
U = 2.7
J = 0.65
beta = 40
loops = 1 # Number of DMFT sc-loops
loops = 10 # Number of DMFT sc-loops
mix = 0.8 # Mixing factor of Sigma after solution of the AIM
Delta_mix = 1.0 # Mixing factor of Delta as input for the AIM
dc_type = 1 # DC type: 0 FLL, 1 Held, 2 AMF
@ -27,9 +27,9 @@ Then we define some parameters::
use_matrix = False # True: Slater parameters, False: Kanamori parameters U+2J, U, U-J
use_spinflip = False # use the full rotational invariant interaction?
prec_mu = 0.0001
qmc_cycles = 200000
qmc_cycles = 20000
length_cycle = 200
warming_iterations = 10000
warming_iterations = 2000
Most of these parameters are self-explaining. The first, `lda_filename`, gives the filename of the input files.