Skip to Content.
Sympa Menu

forum - [abinit-forum] about the conducti_paw_F90 subroutine program

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] about the conducti_paw_F90 subroutine program


Chronological Thread 
  • From: Wei Zhou <zdw2000@gmail.com>
  • To: forum@abinit.org
  • Subject: [abinit-forum] about the conducti_paw_F90 subroutine program
  • Date: Sun, 8 Feb 2009 18:35:51 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZtmReDlh1aI4cfTWZBlu6AH2DJb/ILlGYJT+I2oHZvtk9+cZFLxr/+PPW3dEFXcfqR NHmeQd1LoB6geY6d9/BfAQz47VV2av3agmfQ/ANMO70+9n+knyJs3/cLxhXpdXHzOynv IKmpHvU1jouQlH7n8hWykaMrd0rYh6F6k7SDM=

dear all
              I am a newer user of Abinit, I want to do some calculations about the optical conductivity. I read the conductivity_paw_manu and know that the conducti_paw_F90 subroutine program is the Postprocessing program. I read this program .but feel puzzle about the follow red and black parts;
 
 Conductivity for each omega
      omin = 0.0d0
      do iom=1,mom
       oml=oml1(iom)
       if (jband>iband) then
        sig= dhdk2_g(iband,jband)&
&        *(diff_occ)/oml*(dexp(-((eig0_k(jband)-eig0_k(iband)-oml)/dom)**2)&
&        -dexp(-((eig0_k(iband)-eig0_k(jband)-oml)/dom)**2))
        kin11_k(iom)=kin11_k(iom)+sig
        kin12_k(iom)=kin12_k(iom)-sig*(eig0_k(jband)-fermie)
        kin21_k(iom)=kin21_k(iom)-sig*(eig0_k(iband)-fermie)
        kin22_k(iom)=kin22_k(iom) + &
&        sig*(eig0_k(iband)-fermie)*(eig0_k(jband)-fermie)
       end if
       do l1=1,3
        do l2=1,3
         cond_nd(iom,l1,l2)=cond_nd(iom,l1,l2) +dhdk2_r(iband,jband,l1,l2)&
&         *(diff_occ)/oml*dexp(-((eig0_k(jband)-eig0_k(iband)-oml)/dom)**2)
        end do
       end do
      end do
for direction conductivity calculations, I donnot know why the red part have two gauss functions , from the mannul ,it should be one gauss insteal of delta function. do anyone have ideas about it? any help will be appreicated.

--
ZhouDawei
JiLin Universiyt ,ChangChun ,China



  • [abinit-forum] about the conducti_paw_F90 subroutine program, Wei Zhou, 02/08/2009

Archive powered by MHonArc 2.6.15.

Top of Page