Skip to content

Commit

Permalink
change EF_broadening to EF_integral_range
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed May 20, 2024
1 parent 2cf17c3 commit e7d0939
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/Cu/AMR-xy/xyplane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NumOccupied = 6 ! set it anyway even don't use it.
OmegaNum = 1 ! omega number
OmegaMin = 0 ! energy interval
OmegaMax = 0 ! energy interval E_i= OmegaMin+ (OmegaMax-OmegaMin)/(OmegaNum-1)*(i-1)
EF_broadening = 0.05 ! in eV, a broadening factor to choose the k points for integration
EF_integral_range = 0.05 ! in eV, a broadening factor to choose the k points for integration
Nk1 =81 ! Kmesh(1) for KCUBE_BULK
Nk2 =81 ! Kmesh(2) for KCUBE_BULK
Nk3 =81 ! Kmesh(3) for KCUBE_BULK
Expand Down
2 changes: 2 additions & 0 deletions examples/Cu/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Added on Sep.05.2019 By QuanSheng Wu
This is a example for calculating ordinary magnetoresistance with given magnetic field direction.
0. unzip the hr.dat.tar.gz
$ tar xzvf wannier90_hr.dat_nsymm48.tar.gz
1. Calculate band structure and Fermi surface
$ cp wt.in-bands wt.in
$ mpiexec -np 4 wt.x&
Expand Down
2 changes: 1 addition & 1 deletion examples/Cu/wt.in-OHE-theta0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NumOccupied = 6 ! set it anyway even don't use it.
OmegaNum = 3 ! omega number
OmegaMin = -0.01 ! energy interval
OmegaMax = 0.01 ! energy interval E_i= OmegaMin+ (OmegaMax-OmegaMin)/(OmegaNum-1)*(i-1)
EF_broadening = 0.15 ! in eV, a broadening factor to choose the k points for integration
EF_integral_range = 0.15 ! in eV, a broadening factor to choose the k points for integration
Nk1 =41 ! Kmesh(1) for KCUBE_BULK
Nk2 =41 ! Kmesh(2) for KCUBE_BULK
Nk3 =41 ! Kmesh(3) for KCUBE_BULK
Expand Down
2 changes: 1 addition & 1 deletion examples/Cu/wt.in-OHE-theta18
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NumOccupied = 6 ! set it anyway even don't use it.
OmegaNum = 1 ! omega number
OmegaMin = 0 ! energy interval
OmegaMax = 0 ! energy interval E_i= OmegaMin+ (OmegaMax-OmegaMin)/(OmegaNum-1)*(i-1)
EF_broadening = 0.15
EF_integral_range = 0.15
Nk1 =41 ! Kmesh(1) for KCUBE_BULK
Nk2 =41 ! Kmesh(2) for KCUBE_BULK
Nk3 =41 ! Kmesh(3) for KCUBE_BULK
Expand Down
2 changes: 1 addition & 1 deletion examples/Cu/wt.in-OHE-theta30
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OmegaMax = 0 ! energy interval E_i= OmegaMin+ (OmegaMax-OmegaMin)/(OmegaNum-
Nk1 =41 ! Kmesh(1) for KCUBE_BULK
Nk2 =41 ! Kmesh(2) for KCUBE_BULK
Nk3 =41 ! Kmesh(3) for KCUBE_BULK
EF_broadening = 0.15
EF_integral_range = 0.15
BTauNum= 100 ! Number of B*tau we calculate
BTauMax = 40.0 ! The maximum B*tau, starting from Btau=0.
Tmin = 30 ! Temperature in Kelvin
Expand Down
2 changes: 1 addition & 1 deletion examples/Cu/wt.in-OHE-theta45
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OmegaMax = 0 ! energy interval E_i= OmegaMin+ (OmegaMax-OmegaMin)/(OmegaNum-
Nk1 =41 ! Kmesh(1) for KCUBE_BULK
Nk2 =41 ! Kmesh(2) for KCUBE_BULK
Nk3 =41 ! Kmesh(3) for KCUBE_BULK
EF_broadening = 0.15
EF_integral_range = 0.15
BTauNum= 100 ! Number of B*tau we calculate
BTauMax = 40.0 ! The maximum B*tau, starting from Btau=0.
Tmin = 30 ! Temperature in Kelvin
Expand Down

0 comments on commit e7d0939

Please sign in to comment.