Xcrysden-2
XCrySDen -- (X-Window) CRYstalline Structures and DENsities
Introduction to use.
XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It runs on GNU/Linux.
XCrySDen has been also ported to MAC OSX (requires X11) and Windows (requires CYGWIN).
The name of the program stands for Crystalline Structures and Densities and X because it runs under the X-Window environment.
(1) ./xcrysden
+-----------------------------------------------------------------+
|*****************************************************************|
|* *|
|* XCrySDen -- (X-Window) CRYstalline Structures and DENsities *|
|* = === = === *|
|*---------------------------------------------------------------*|
|* *|
|* Anton Kokalj (tone.kokalj@ijs.si) *|
|* Jozef Stefan Institute, Ljubljana, Slovenia *|
|* *|
|* Copyright (c) 1996--2014 by Anton Kokalj *|
|* *|
|*****************************************************************|
+-----------------------------------------------------------------+ Version: 1.5.60
Please report bugs to: tone.kokalj@ijs.si
TERMS OF USE:
-------------
XCRYSDEN is released under the GNU General Public License.
Whenever graphics generated by XCRYSDEN are used in scientific
publications, it shall be greatly appreciated to include an explicit
reference. The preferred form is the following: [ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999.
Code available from http://www.xcrysden.org/. TCL_LIBRARY=/home/hongyz/xcrySden/xcrysden-1.5.60/external/lib/tcl8.5
XCRYSDEN_TOPDIR=/home/hongyz/xcrySden/xcrysden-1.5.60
XCRYSDEN_SCRATCH=/tmp *** cleaning XCRYSDEN_SCRATCH directory: /tmp/xc_10065
Running on platform : unix
Operating system : Linux
Package ImageMagick's convert: /usr/bin/convert
Package ImageMagick's import: /usr/bin/import
Package Xwd: /usr/bin/xwd
Executing: /home/hongyz/xcrySden/xcrysden-1.5.60/bin/ftnunit
(2) v2xsf
http://theory.chm.tu-dresden.de/~jk/software.html
v2xsf is a command line tool that converts structural output data generated by the VASP code (crystal structure, charge density, electron localization function (ELF) and local potential) to a format that can be read by the program XCrysDen.
In detail it is able to read POSCAR, CONTCAR, CHGCAR, CHG and silmilar files and converts the information given to a xsf-file, the XCrysDen file format. The output file is compressed using gzip.
XcrysDen is a crystalline and molecular structure visualisation program, which aims at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It can run on most UNIX platforms, without any special hardware requirements. If you'd like to use XcrysDen to visualize VASP output, then you'll probably want to check out v2xsf: a command line tool that converts structural output data generated by VASP (crystal structure, charge density, electron localization function, and local potential) to a format that can be read by XCrysDen.
(3) HOWTO
http://www.xcrysden.org/doc/HOWTO.html
|
XCrySDen's HOWTO |
|---|
|
Please click blue part,and then come into the corresponding web to learn more about detailed procedures.
Good luck!
References:
【1】Is there any visualization software for the VASP program? http://www.researchgate.net/post/Is_there_any_visualization_software_for_the_VASP_program
【2】Visualisation (& Building):https://www.vasp.at/index.php/resources
【3】Condensed Matter: My Perspective:http://condmattphys.weebly.com/vasp.html
Xcrysden-2的更多相关文章
随机推荐
- php提交表单校验例子
<!DOCTYPE HTML> <meta http-equiv="Content-Type" content="text/html; charset= ...
- java web 程序---投票系统
1.这里会连接数据库--JDBC的学习实例 一共有3个页面. 2.第一个页面是一个form表单,第二个页面是处理数据,第三个页面是显示页面 vote.jsp <body bgcolor=&quo ...
- R语言学习——欧拉计划(11)Largest product in a grid
Problem 11 In the 20×20 grid below, four numbers along a diagonal line have been marked in red. 08 0 ...
- 术语-服务:PaaS
ylbtech-术语-服务:PaaS PaaS是Platform-as-a-Service的缩写,意思是平台即服务. 把服务器平台作为一种服务提供的商业模式.通过网络进行程序提供的服务称之为SaaS( ...
- jQuery的get()用法
这个方法主要是将jQuery对象或者jQuery对象集合转换成DOM对象或dom对象集合. get()方法中如果传递参数,表示将具体位置的jQuery对象转换成dom对象.如果没有参数,则表示返回所有 ...
- 第12章 网络基础(2)_数据封装和IP地址
4. 数据封装和IP地址 (1)数据封装 (2)IP地址 ①在TCP/IP网络中,每个主机都有唯一的地址,它是通过IP协议族实现的. ②IP协议要求在每次与TCP/IP网络建立连接时,每台主机都必须为 ...
- solr入门之搜索建议的几种实现方式和最终选取实现思路
上篇博客中我简单的讲了下solr自身的suggest模块来实现搜索建议.但是今天研究了下在solr自身的suggest中添加进去拼音来智能推荐时不时很方便.在次从网上搜集和整理思考了下该问题的解决. ...
- [Python] 拉格朗日插值
#-*— coding:utf-8 -*- #Program 0.3 Lagrange Interpolation import matplotlib.pyplot as plt import num ...
- 3.circle (圆)
1.HTML代码: <div class="circleOne"></div> <br/> <div class="circle ...
- 63. sqlserver查版本号问题
SELECT @@VERSION as 版本详细情况 SELECT SERVERPROPERTY('edition') as 软件版本 SELECT SERVERPROPERTY('ProductVe ...