RWIGS and LORBIT (1)
RWIGS and LORBIT 是两个与局域态密度或投影态密度相关的参数;RWIGS指的是Wigner–Seitz radius,LORBIT前面的LO指的就是Local。
P. Strange, A. Svane, W. M. Temmerman, Z. Szotek & H. Winter,Understanding the valency of rare earths from first-principles theory,Nature , - ( June ) | doi:10.1038/。
The rare-earth metals have high magnetic moments and a diverse range of magnetic structures1. Their magnetic properties are determined by the occupancy of the strongly localized 4f electronic shells, while the outer s–d electrons determine the bonding and other electronic properties2. Most of the rare-earth atoms are divalent, but generally become trivalent in the metallic state. In some materials, the energy difference between these valence states is small and, by changing some external parameter (such as pressure), a transition from one to the other occurs. But the mechanism underlying this transition and the reason for the differing valence states are not well understood. Here we report first-principles electronic-structure calculations that enable us to determine both the valency and the lattice size as a function of atomic number, and hence understand the valence transitions. We find that there are two types of f electrons: localized core-like f electrons that determine the valency, and delocalized band-like f electrons that are formed through hybridization with the s–d bands and which participate in bonding. The latter are found only in the trivalent systems; if their number exceeds a certain threshold, it becomes energetically favourable for these electrons to localize, causing a transition to a divalent ground state.
RWIGS = 2.330; RWIGS = 1.233 wigner-seitz radius (au A)
For mono-atomic system RWIGS can be defined unambiguously. The sum of the volume of the spheres around each atom should be the same as the total volume of the cell (assuming that you do not have a vacuum region within your cell). This is in the spirit of atomic sphere calculations. VASP writes a line
Volume of Typ : 98.5 %
to the OUTCAR file. You should use a RWIGS value which yields a volume of approximately %。
网上有个比较好的转帖讲述了RWIGS的取法,原帖出自于ChinaUnix的作者 beyondstar[4] :
1. PAW情况下,LORBIT >10,此时无需RWIGS,这里NPAR不等于1,应该也能得到PDOS等。
2. 若LORBIT小于10,要得到PDOS,就计算时把 NPAR 设为 1。
LORBIT和RWIGS的设置,详见VASP说明书(如转载请注明出处)。
For binary systems there is no unambiguous way to define RWIGS and several choices are possible. In all cases, the sum of the volume of the spheres should be close to the total volume of the cell (i.e the sum of the values given by VASP should be around %。
① One possible choice is to set RWIGS such that the overlap between the spheres is minimized.
② However in most cases, it is simpler to choose the radius of each sphere such that they are close to the covalent radius as tabulated in most periodic tables. This simple criterion can be used in most cases, and it relies at least on some “physical intuition”.
(3)适用范围:RWIGS的取法仅仅对块体时使用的,而对于当前DFT领域活跃于二维晶体和一维纳米管,是不能用“体积法”来确定参数取值的。理由:① 对于二维或一维体系含有真空层;② 二维或一维体系与块体的物理本质不一样。做法:① 调试法:通过调整RWIGS来同文献的态密度(需要与PR系列的DFT文献进行比较,可行度高一些)进行比较进而确定;② 经验法:根据该二维或一维的分子或原子轨道形态来经验地判断RWIGS是否合理。
RWIGS and LORBIT (1)的更多相关文章
- VASP表面计算步骤小结
		原文链接:http://blog.sciencenet.cn/blog-478347-374981.html 一.概述 vasp用“slab” 模型来模拟表面体系结构. vasp计算表面的大 ... 
随机推荐
- 6-3-3ios自动化-数据驱动
			https://testerhome.com/topics/14247 #!/usr/bin/env python3 # coding:utf-8 from appium import webdriv ... 
- 微信公众平台测试帐号的注册与使用(自己的服务器<---->微信后台<---->测式公众号)
			打开注册的网址:http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login 用手机微信扫描网页左边的二维码,然后在手机上确认即可: 至此 ... 
- javascript继承之原型链(一)
			function Father() { this.fatherValue = "爸爸"; } Father.prototype.getFatherValue = function ... 
- JNDI的学习与使用
			JNDI(Java Naming and Directory Interface,Java命名和目录接口)是一组在Java应用中访问命名和目录服务的API.命名服务将名称和对象联系起来,使得我们可以用 ... 
- logger常用方法
			#!/usr/bin/env python # encoding: utf-8 # Date: 2018/5/25 import loggingfrom logging import handler ... 
- pomelo RPC调用时新增字段缺失
			接触pomelo开发一个月,正式开始参与项目开发有10天,遇到很多细节的坑,今天讲讲标题:后端服务器节点之间的rpc调用过程中,返回的数据中新增字段缺失问题. 先讲结果:原因是该rpc调用已经采用了p ... 
- 代码生成器 CodeSmith 的使用(四)
			在上一篇的版本中,我们生成了数据库中的字段,使生成的属性更加简洁,可读性也提高了很多,但都是钍对一个数据库的单个表,如果要将数据库中的所有 的表都生成相应的类,表中的字段也都生成属性,运行一次就可以将 ... 
- Java的this和super总结
			内容: 1.this和super作用 2.继承关系图 1.this和super作用 this和super的作用: this:区分本类中的成员变量和局部变量同名的情况,代指本类 super:区分子类中的 ... 
- openssl - cookbook
			1.openssl 2.Testing 3.Best Practices last 1.openssl 1.1.Key and Cerificate Management Run a web serv ... 
- django-重写User模型
			User模型有很多功能,验证什么的,重写需要满足下面的功能(基本上写注释的地方都是需要的) 开始: 创建一个重写user的app, 记得注册app startapp newauth from djan ... 
