Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] set optimization of lattice parameter and k-point grid for zinc blende structure

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] set optimization of lattice parameter and k-point grid for zinc blende structure


Chronological Thread 
  • From: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] set optimization of lattice parameter and k-point grid for zinc blende structure
  • Date: Mon, 25 Aug 2008 12:46:08 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jScT96BObUM9SBh8q3NKEEDaPJ5ZNnxwlSu18kzugyn2cxG22E+y/pSD/1bD+Djn6e 0+lJJmZSNUgZ9Ru2e9B5DSW+UyHaqoEra6rxEWLoo0kXPGw/Oecg3Rc67mqqhc7cVUpE e6IasS6+hum3XeIo1/hiG7k9Qc+DD/BM7/+Vk=

Dear A. Andika,

>
> About definition of k-points, I want to know how to do this for zinc blende
> structure like GaAs. In abinit tutorial, I only see the explanation for fcc
> and
> bcc structure about their nshiftk and shiftk parameter value.
>

In every case, you can rely on "prtkpt" to help you set the best
possible k-point mesh.


> About optimization of lattice parameter, I want to know how to give the
> right
> value for each parameter, like optcell or ionmov. I got suggestion to use
> optcell=2 for zinc blende structure, but I want to know why

The best to understand both the suggestions you get about this problem
and my answer to your first question is to have a look at
http://www.abinit.org/Infos_v5.5/input_variables/keyhr.html where all
input variables for Abinit are described.

Regards

PMA



>
> This is my code
> ------------------------------------------------------------------------------
> ndtset 5
>
> #Optimization of the lattice parameters
> optcell 2
> ionmov 3
> ntime 10
> dilatmx 1.05
> ecutsm 0.5
>
> #Definition of the k-point grids
> kptopt 1 # Option for the automatic generation of k points, taking
> # into account the symmetry
> nshiftk 1 # of the reciprocal space (that form a BCC lattice !),
> # repeated four times, with different shifts :
> shiftk 0.5 0.5 0.5
>
> ngkpt1 2 2 2 # Definition of the different grids
> ngkpt2 4 4 4
> ngkpt3 6 6 6
> ngkpt4 8 8 8
> ngkpt5 10 10 10
> getwfk -1
>
> #Definition of the unit cell and ecut,
> #for which one will have to make a convergence study
> acell 3*10.18
> rprim 0.0 0.5 0.5
> 0.5 0.0 0.5
> 0.5 0.5 0.0
>
> #Definition of the atom types
> ntypat 2
> znucl 31 33
>
> #First dataset : find the optimal bond length of H2, and associated total
> energy
> natom 2 # There are two atoms
> typat 1 2
> xred 0.00 0.00 0.00
> 0.25 0.25 0.25
>
> #Definition of the planewave basis set
> ecut 12.0 # Maximal kinetic energy cut-off, in Hartree
>
>
> #Definition of the SCF procedure
> nstep 10 # Maximal number of SCF cycles
> toldfe 1.0d-6
> diemac 12.0
>
> ---------------------------------------------------------------------------------
> Thank you very much for the attention. I hope you can give me some
> corrections
> and suggestions
>
> With regard
>
> Andika A.
>



--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page