Chinaunix首页 | 论坛 | 博客
  • 博客访问: 193819
  • 博文数量: 52
  • 博客积分: 2500
  • 博客等级: 少校
  • 技术积分: 446
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-15 17:00
文章分类

全部博文(52)

文章存档

2011年(1)

2010年(1)

2009年(50)

我的朋友

分类:

2009-10-19 11:19:36

PREC = HIGH
ISTART = 0 job : 0-new 1-cont 2-samecut
ICHARG = 2 charge: 1-file 2-atom 10-const
ISPIN = 1 spin polarized calculation?

Electronic Relaxation 1
EDIFF = 0.1E-06 stopping-criterion for ELM
LREAL = .FALSE. real-space projection


Ionic relaxation
NSW=300
EDIFFG = 0.1E-04 stopping-criterion for IOM
IBRION = 2 ionic relax: 0-MD 1-quasi-New 2-CG
ISIF = 3 stress and relaxation

DOS related values:
ISMEAR = 0 ; SIGMA = 0.05 gaussian smear

Electronic relaxation 2 (details)

Write flags
LWAVE = F write WAVECAR
LCHARG = T write CHGCAR

 

Hello, everyone
I want to calculate GaMnAs system. I want to use PAW_GGA pseudopotential.

First, I want to validate PAW_GGA pseudopotential. I calculate bulk GaAs

using Ga and As potpaw_GGA. I get that bulk GaAs lattice constant is about

5.76 angstrom, but 5.65 in experiment. Is the LDA resulted? Next, I use Ga and

As PAW pseudopotential. I get that bulk GaAs lattice constant is about 5.64

that is very near exmperimental value. Is the PAW_GGA something wrong?

Any replies and explains are appreciated. Thanks

Best regard.
zzzhong

Below is my input file
INCAR
general:
System = Zinc Blende GaAS
ISTART = 0 ; ICHARG=2
PREC=HIGH
ISMEAR = 0; SIGMA = 0.001;
ALGO= V

GGA=91
VOSKOWN=1

POTCAR
PAW Ga
3.00000000000000000
parameters from PSCTR are:
VRHFIN =Ga: s2p1
LEXCH = 91
EATOM = 59.0602 eV, 4.3408 Ry

TITEL = PAW Ga
LULTRA = F use ultrasoft PP ?
IUNSCR = 1 unscreen: 0-lin 1-nonlin 2-no
RPACOR = 2.170 partial core radius
POMASS = 69.723; ZVAL = 3.000 mass and valenz
RCORE = 2.600 outmost cutoff radius
RWIGS = 2.650; RWIGS = 1.402 wigner-seitz radius (au A)
ENMAX = 134.733; ENMIN = 101.050 eV
ICORE = 3 local potential
LCOR = T correct aug charges
LPAW = T paw PP
EAUG = 320.264
DEXC = -.088
RMAX = 3.972 core radius for proj-oper
RAUG = 1.300 factor for augmentation sphere
RDEP = 2.684 radius for radial grids
QCUT = -3.147; QGAM = 6.294 optimization parameters

KPOINTS
K-Points
0
Monkhorst Pack
11 11 11
0 0 0

loop.sh
#! /bin/bash
BIN=vasp
rm WAVECAR
for i in 5.4 5.45 5.5 5.55 5.6 5.65 5.7 5.75 5.8 5.85 5.9 ; do
cat >POSCAR <Zinc Blende
$i
0.0 0.5 0.5
0.5 0.0 0.5
0.5 0.5 0.0
1 1
Direct
-0.125 -0.125 -0.125
0.125 0.125 0.125
!
echo "a= $i" ; $BIN
E=`tail -1 OSZICAR` ; echo $i $E >>SUMMARY.dia
done
cat SUMMARY.dia

GGA potentials tend to over-estimate the lattice costant a little bit
sometimes, but 1.7% seems rather large
Please check if your single steps were electronically converged (EDIFF ) .

阅读(922) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~