Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1068061
  • 博文数量: 264
  • 博客积分: 7225
  • 博客等级: 少将
  • 技术积分: 5096
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-17 08:53
文章分类

全部博文(264)

文章存档

2011年(33)

2010年(52)

2009年(152)

2008年(27)

我的朋友

分类:

2011-09-18 16:36:49

Introduction

Calculating Ideal strength of crystal using vasp. PRL 82,2713(1999)

Details

First you need to modify vasp code. If you want to calculate ideal tensile strength, you should add 'FCELL(1,1)=0.0' to constr_cell_relax.F of vasp code. And if you choose ideal shear strength, you should add 'FCELL(1,3)= 0.0' and 'FCELL(3,1) = 0.0' to constr_cell_relax.F of vasp code. Here, you need to recompile vasp.

second, you should prepare input.dat and this file as below:

POSCAR

0.02 #strain

20 #step

-45.0 -35.264390 0.0 # rotate Z, Y and X.

1 # 1 tensile, 2 shear

mpiexec -np 8 vasp.4.6

The first line is the name of POSCAR. The second line is strain of distortion. The third line is total step of distortion. The fourth line is degree of rotation. This is for calculating special orientation. For example, if you want to calculating ideal strength of Diamond along 100, you just set 0.0 0.0 0.0. If you want to calculate 110 orientation, you need set -45.0 0.0 0.0. If you want to calculate 111 orientation, you need set -45.0 -35.264390 0.0. The five line is to choose tensile of shear. The sixth line is execute command.

If you have any question or find bug, I am pleasure that you send email to me.

Email: ouuing@gmail.com

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