X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=vasp_tools%2Fcreate_lattice.c;h=6232cdf6723e78fc72ceec53cb7d87334d4487cb;hb=859d3efbd8c9bdc23b2034bc76f6437508b8254f;hp=bbcc39eb97ed6733ee8fb1344eeef91f8c2a81a2;hpb=b9c3fc7d4ff67c3b06b12988e6b8b5683af4a2db;p=physik%2Fposic.git diff --git a/vasp_tools/create_lattice.c b/vasp_tools/create_lattice.c index bbcc39e..6232cdf 100644 --- a/vasp_tools/create_lattice.c +++ b/vasp_tools/create_lattice.c @@ -44,7 +44,7 @@ int main(int argc,char **argv) { - int i,j,k,l,cnt; + int i,j,k,l,cnt,estimated; int x,y,z; t_3dvec basis[3]; t_3dvec o[3]; @@ -71,8 +71,8 @@ int main(int argc,char **argv) { dia.z=0.25; if(type=='1') { - dia.x=0.5; - dia.y=0.0; + dia.x=0.0; + dia.y=0.5; dia.z=0.25; } @@ -113,16 +113,38 @@ int main(int argc,char **argv) { cnt=0; + estimated=1; + if(fccdia=='1') estimated*=2; + if(type=='1') estimated*=2; + if(type=='2') estimated*=4; + estimated*=x*y*z; + + // print POSCAR 'header' + + printf("cubic diamond\n"); + printf(" 5.429\n"); + + v3_scale(&h,&basis[0],x); + printf(" %.5f %.5f %.5f\n",h.x,h.y,h.z); + v3_scale(&h,&basis[1],y); + printf(" %.5f %.5f %.5f\n",h.x,h.y,h.z); + v3_scale(&h,&basis[2],z); + printf(" %.5f %.5f %.5f\n",h.x,h.y,h.z); + + printf(" %d\n",estimated); + printf("selective dynamics\n"); + printf("direct\n"); + + // now print the coordinates + for(i=0;i