Transport in 2D system
Posted: Fri Oct 12, 2018 3:01 pm
Dear all,
I dig into the module of tranport_iter.f90 and find:
inv_cell = 1.0d0/omega
! for 2d system need to divide by area (vacuum in z-direction)
IF ( system_2d ) &
inv_cell = inv_cell * at(3,3) * alat
in the last line, what the at(3,3) doea mean? And, does this means the 2D system is considered automatically if
'system_2d' is activated?
Shudong
I dig into the module of tranport_iter.f90 and find:
inv_cell = 1.0d0/omega
! for 2d system need to divide by area (vacuum in z-direction)
IF ( system_2d ) &
inv_cell = inv_cell * at(3,3) * alat
in the last line, what the at(3,3) doea mean? And, does this means the 2D system is considered automatically if
'system_2d' is activated?
Shudong