Initial Calculation
First I relaxed the cell's shape, and volume and the ionic positions with the following input files:
INCAR
Code: Select all
  SYSTEM = Diamond Structure Silicon
  ISMEAR = 0  ! Gaussian smearing
  SIGMA = 0.1  ! Width of smearing
  PREC = Accurate ! Use the high end value of ECUT from the potential file
  IBRION = 5 ! use the conjugate gradient algorithm
  ISIF = 3   ! Relax volume
  NSW = 15   ! Number of steps in volume optimization
  EDIFF = 0.1E-04  ! Stop SCF cycle when energy change is less than EDIFF
  EDIFFG = -0.01  ! Stop ionic relaxation when energy change is less than EDIFFG
Code: Select all
Diamond Structure Silicon
  5.430  ! Lattice Constant Kittel pg 17
  0.0 0.5 0.5  ! Lattice vector  a(1)
  0.5 0.0 0.5  ! Lattice vector  a(2)
  0.5 0.5 0.0  ! Lattice vector  a(3)
  2  ! Number of atoms for each species
Direct
 -0.125 -0.125 -0.125  ! Reduced coordinates atom 1
  0.125  0.125  0.125  ! Reduced coordinates atom 2
Code: Select all
KPOINTS
  0  ! Evenly spaced grid
MONKHORSTÂ PACK
  21 21 21  ! Large Monkhorst Pack grid
  0  0  0   ! Center grid about gamma
Phonon Dispersion Calculation
Next I altered the POSCAR file to reflect the new relaxed cell geometry. Then I altered the KPOINTS file (as per the guide) and the INCAR file as follows:
INCAR
Code: Select all
  SYSTEM = Diamond Structure Silicon
  ISMEAR = 0  ! Gaussian smearing
  SIGMA = 0.1  ! Width of smearing
  PREC = Accurate ! Use the high end value of ECUT from the potential file
  IBRION = 5 ! use the conjugate gradient algorithm
  NFREE = 2    ! central differences
  POTIM = .015  !Â
  NSW = 1  ! ionic steps > 0
  ICHARG = 11  ! NON SELF-CONSISTENT CALCULATION
  LMAXMIX = 2  ! s or p element
Code: Select all
KPOINTS
  20  ! 20 intersections between symmetry points
Line-mode
rec
  0.5   0.5   0.5    ! L
  0.0   0.0   0.0    ! Gamma
  0.0   0.0   0.0    ! Gamma
  0.375 0.375 0.750  ! K
  0.375 0.375 0.750  ! K
  0.5   0.0   0.5    ! X
  0.5   0.0   0.5    ! X
  1.0   1.0   1.0    ! Gamma
Code: Select all
 running on    4 nodes
 distr:  one band on    1 nodes,    4 groups
 vasp.5.2.2 15Apr09 complexÂ
 POSCAR found :  1 types and    2 ions
 LDA part: xc-table for Ceperly-Alder, standard interpolation
 error in IBZKPT_HF: two k-points are equivalent          20          21
  this will cause problems in the HF routine
 -----------------------------------------------------------------------------Â
|Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â |
|           W    W    AA    RRRRR   N    N  II  N    N   GGGG   !!!           |
|           W    W   A  A   R    R  NN   N  II  NN   N  G    G  !!!           |
|           W    W  A    A  R    R  N N  N  II  N N  N  G       !!!           |
|           W WW W  AAAAAA  RRRRR   N  N N  II  N  N N  G  GGG   !            |
|Â Â Â Â Â Â Â Â Â Â Â WWÂ Â WWÂ Â AÂ Â Â Â AÂ Â RÂ Â Â RÂ Â Â NÂ Â Â NNÂ Â IIÂ Â NÂ Â Â NNÂ Â GÂ Â Â Â GÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â |
|           W    W  A    A  R    R  N    N  II  N    N   GGGG   !!!           |
|Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â |
|      Your generating k-point grid is not commensurate to the symmetry       |
|      of the lattice.  This can cause   slow convergence with respect        |
|      to k-points for HF type calculations                                   |
|      suggested SOLUTIONS:                                                   |
|       ) if not already the case, use automatic k-point generation           |
|       ) shift your grid to Gamma (G) (e.g. required for hex or fcc lattice) |
|Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â |
 -----------------------------------------------------------------------------Â
 error in IBZKPT_HF: two k-points are equivalent          20          21
  this will cause problems in the HF routine
 error in IBZKPT_HF: two k-points are equivalent          20          21
  this will cause problems in the HF routine
 error in IBZKPT_HF: two k-points are equivalent          20          21
  this will cause problems in the HF routine