24小时热门版块排行榜    

查看: 15351  |  回复: 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的回帖
引用回帖:
63楼: Originally posted by zyqh at 2015-10-14 02:36:39
层主,这软件代码都是你一个人开发的吗? 感觉好庞大的工程哦,层主真是好人啊,赞一个...

谢谢,除了有两个库(EOS和spglib)是调用现有现成,把需要用到的功能逐渐加进去,久而久之,功能自然就多了。我的初衷,方便自己的同时分享出来,方便给需要用到的人。
64楼2015-10-14 10:07:30
已阅   回复此楼   关注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   回复  
五星好评  顶一下,感谢分享!
☆ 无星级 ★ 一星级 ★★★ 三星级 ★★★★★ 五星级
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +8 Kittylucky 2026-08-27 8/400 2026-08-27 18:33 by raiy123
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +7 苏东坡二世 2026-08-23 7/350 2026-08-27 18:14 by 瞬息宇宙
[基金申请] 怎么看青基中了没有啊 +5 叶九微 2026-08-26 5/250 2026-08-27 10:35 by l_zh2008
[基金申请] 为什么 国际(地区)合作与交流项目 没有放榜? 10+3 majunge000 2026-08-26 11/550 2026-08-27 08:42 by 北京莱茵编辑
[教师之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 04:33 by Ie9AyIAvGbvs
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +7 process2012 2026-08-23 10/500 2026-08-26 19:23 by hmhminy
[基金申请] 系统查不到 +10 董八千 2026-08-26 10/500 2026-08-26 16:30 by Equinoxhua
[基金申请] 范进中举一文的中心思想 +9 炎黄贵胄 2026-08-22 10/500 2026-08-26 15:40 by semaglutide
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 2026年8月25日国自然放榜前突然收到列入评审专家邮件,有关系吗? +25 木水思豆 2026-08-25 28/1400 2026-08-26 14:53 by draco1987
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 牛来!米来!面来! +8 beefly 2026-08-26 8/400 2026-08-26 08:37 by xuzhipiao
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
信息提示
请填处理意见