24小时热门版块排行榜    

查看: 14215  |  回复: 100
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

mywai520

铁杆木虫 (著名写手)


[资源] vaspkit已经更新到vaspkit.0.21.tar.gz,特推荐,另加功函数提取程序(vasp5版)

以前的老版本有些不支持vasp5.2或5.3,现在已经更新了新版本,感谢开发者。下载地址:http://vaspkit.sourceforge.net/
1. Introduction                                                                                                         
VASPKIT is a postprocessing tool for VASP code. It is written by Fortran 90!

2. Features                                                                                                               
Extract the data of DOS and Band structure (Open with origin or gunplot);
Extract Charge/Spin density (Open with VESTA );
Linear optical properties;

3. Release notes                                                                                                      

0.2-beta version released

Bugs fixed;
Added the data extract with regarding to linear optics, work-function and EOS fitting.附件0.21对一个bug做了修正!!!!!!!!!!!vaspkit脚本中对功函数的提取可能存在一些问题,特提供一个功函数的fortran程序,经测试,没有问题。[ Last edited by mywai520 on 2014-4-24 at 16:24 ]

Version 0.43 (03 Jun. 2015)
   * Bugfix in Charge Density Difference.

Version 0.42 (21 Feb. 2015)
   * Rewritten and Bugfix in Extraction of Band Structure Data;
   * Reformatted DOS data.

Version 0.41 (17 Dec. 2014)
   * Bugfix in Extraction of Spin Density Data.

Version 0.40 (18 Nov. 2014)
   * Added support for runing vaspkit under Command-Line Mode;
   * Added support for Structure Converting, such as POSCAR/CONTCAR to cif, xsf, atat
     structral formats;
   * Added support for Symmetry Toolkit;
   * Added support for generating more uniform K-Mesh scheme;
   * Added support for getting PDOS of f-state;
   * Minor bug fixes and optimisations.

Version 0.31 (10 Oct. 2014)
   * Added crystals folder including several hundreds crsytal structures;
   * Bugfix in EOS;
   * Bugfix in Planar Average Charge Density.[ Last edited by mywai520 on 2015-11-19 at 21:35 ]
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : vaspkit.0.2.tar.gz
  • 2014-04-12 00:44:51, 744.87 K
  • 附件 2 : vaspkit.0.21.tar.gz
  • 2014-04-23 17:50:18, 742.38 K
  • 附件 3 : workfunction_v2.f
  • 2014-04-24 16:24:39, 3.91 K
  • 附件 4 : vaspkit.0.43.tar.gz
  • 2015-11-19 21:35:11, 927.58 K

» 本帖已获得的红花(最新10朵)

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

bjwang

铁杆木虫 (正式写手)


送红花一朵
0.3版本中的选项41:41: WorkFunction处理功函;
而04版本中的41/42: Planar Average Charge/Potential,
这里42是同功函一个意思吗?
41的Planar Average Charge是啥意思?
同仁给科普一下呀!谢谢!
93楼2016-10-29 16:04:29
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 101 个回答

mywai520

铁杆木虫 (著名写手)


注:新版vaspkit可以做功函数和线性光学计算的结构分析,比如得到absorption coefficient, refractive coefficient, reflectivity coefficient, extinction coefficient
and energy-loss function。

具体说明书如下:
User’s Guide
March 26, 2014
VASPKIT 0.2-beta
Postprocessing tool for VASP code
Written and implemented by Vei WANG
* Bug report: the user can send a copy of both input and output files by E-mail to the Dr.
WANG (wangvei@icloud.com)
1
1. New features
New features in VASPKIT.0.2-beta
• Added EOS fitting
• Added linear optics
• Added workfunction
2. Installation
For the VASPKIT installation, basic UNIX/LINUX environment and fortran compiler are
required. Also, you can install VASPKIT on WINDOWS system using MinGW program.
Compiling the program is very simple, please use the following commands.
$ tar -zvxf vaspkit.*.tar.gz
$ cd vaspkit.*/src
$ modify the Makefile file based on your machine environment;
$ make
* Note that the formats of POSCAR, CONCAR and CHGCAR files in VASP.5.x are
slightly different from those in VASP.4.x. Please set the vasp5=.false. in the src/module.f90
file if you use VASP.4.x;
3. Usage
3.1 EOS fitting
The Equation of state (EOS) sub-program for fitting energy-volume data was implemented
from elk code (http://elk.sourceforge.net/). You need to prepare the eos.in file before
performing EOS fitting. The following variables are set in the file eos.in:
cname : name of crystal up to 256 characters
natoms : number of atoms in unit cell
etype : equation of state type (see below)
vplt1, vplt2, nvplt : volume interval over which to plot energy, pressure etc. as well as
the number of points in the plot
nevpt : number of energy-volume points to be inputted vpt(i)
ept(i) : energy-volume points (atomic units)
* Note that the input units are VASP default values, i.e., Å3 and eV. See an example in
vaspkit.*/examples/eos/
2
The equations of state currently implemented are:
1. Universal EOS (Vinet P et al., J. Phys.: Condens. Matter 1, 1941 (1989))
2. Murnaghan EOS (Murnaghan F D, Am. J. Math. 49, 235 (1937))
3. Birch-Murnaghan 3rd-order EOS (Birch F, Phys. Rev. 71, 809 (1947))
4. Birch-Murnaghan 4th-order EOS
5. Natural strain 3rd-order EOS (Poirier J-P and Tarantola A, Phys. Earth Planet Int.
109, 1 (1998))
6. Natural strain 4th-order EOS
7. Cubic polynomial in (V-V0)
3.2 Linear optics
The absorption coefficient, refractive coefficient, reflectivity coefficient, extinction coefficient
and energy-loss function as a function of photon energy can be calculated. You need to
prepare the real.in and imag.in files which include the real and imaginary parts of
frequency-dependent complex dielectric function. The real.in and imag.in consist of the
following data:
energy xx yy zz xy yz zx
.. .. .. .. .. .. ..
.. .. .. .. .. .. ..
energy is the photon energy (in eV). xx , yy, zz , xy, yz and zx are the calculated values
of frequency dependent dielectric tensor writted in vasprun.xml. There is a bash script
optics.sh as a reference in the vaspkit.*/examples/optic/ could help you to prepare the
real.in and imag.in files.
3.3 Misc
Under construction ......
3
14楼2014-04-20 06:26:48
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
简单回复
nanost3楼
2014-04-13 12:58   回复  
五星好评  顶一下,感谢分享!
2014-04-13 21:07   回复  
五星好评  顶一下,感谢分享!
shqshq5楼
2014-04-14 11:39   回复  
五星好评  顶一下,感谢分享!
Y.-L.Guo6楼
2014-04-14 15:48   回复  
五星好评  顶一下,感谢分享!
tangsw9117楼
2014-04-14 20:10   回复  
五星好评  顶一下,感谢分享!
cell8楼
2014-04-16 00:44   回复  
五星好评  顶一下,感谢分享!
sxm20129楼
2014-04-17 09:30   回复  
五星好评  顶一下,感谢分享!
2014-04-18 09:22   回复  
五星好评  顶一下,感谢分享!
zique12楼
2014-04-19 13:04   回复  
顶一下,感谢分享!
wangdading13楼
2014-04-19 13:10   回复  
五星好评  顶一下,感谢分享!
☆ 无星级 ★ 一星级 ★★★ 三星级 ★★★★★ 五星级
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 一志愿华理,数一英一285求A区调剂 +8 AZMK 2026-03-25 10/500 2026-03-26 22:37 by 学员8dgXkO
[考研] 调剂求收留 +5 果然有我 2026-03-26 5/250 2026-03-26 22:29 by gxh2148
[考研] 085602化学工程求调剂。 +4 平乐乐乐 2026-03-26 4/200 2026-03-26 17:57 by fmesaito
[考研] 北科281学硕材料求调剂 +17 tcxiaoxx 2026-03-20 19/950 2026-03-26 16:04 by 不吃魚的貓
[考研] 材料277求调剂 +5 min3 2026-03-24 5/250 2026-03-26 15:13 by zzll406
[考研] 0856求调剂 +8 zhn03 2026-03-25 9/450 2026-03-26 13:42 by zzll406
[考研] 316求调剂 +9 梁茜雯 2026-03-19 9/450 2026-03-25 23:01 by peike
[考研] 招08考数学 +8 laoshidan 2026-03-20 17/850 2026-03-25 17:52 by 一个红太阳
[考研] 0854人工智能方向招收调剂 +4 章小鱼567 2026-03-24 4/200 2026-03-25 13:29 by 2177681040
[考研] 求调剂一志愿武汉理工大学材料工程(085601) +5 WW.' 2026-03-23 7/350 2026-03-24 14:50 by sprinining
[考研] 277分求调剂,跨调材料 +3 考研调剂lxh 2026-03-24 3/150 2026-03-24 13:52 by JourneyLucky
[考研] 材料与化工085600,总分304,本科有两篇sci参与,求调剂 +4 幸运的酱酱 2026-03-22 5/250 2026-03-22 20:15 by edmund7
[考研] 308求调剂 +3 墨墨漠 2026-03-21 3/150 2026-03-22 16:54 by i_cooler
[考研] 306求调剂 +5 来好运来来来 2026-03-22 5/250 2026-03-22 16:17 by BruceLiu320
[考研] 324求调剂 +6 lucky呀呀呀鸭 2026-03-20 6/300 2026-03-22 16:01 by ColorlessPI
[考研] 275求调剂 +6 shansx 2026-03-22 8/400 2026-03-22 15:27 by barlinike
[考研] 311求调剂 +3 26研0 2026-03-20 3/150 2026-03-22 14:46 by ColorlessPI
[考研] 一志愿华中科技大学071000,求调剂 +4 沿岸有贝壳6 2026-03-21 4/200 2026-03-22 07:21 by ilovexiaobin
[考研] 266求调剂 +3 哇呼哼呼哼 2026-03-20 3/150 2026-03-21 16:46 by barlinike
[考研] 求调剂 +3 @taotao 2026-03-20 3/150 2026-03-20 19:35 by JourneyLucky
信息提示
请填处理意见