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

全部博文(264)

文章存档

2011年(33)

2010年(52)

2009年(152)

2008年(27)

我的朋友

分类:

2009-06-18 12:22:54

fropho

fropho calculates phonon in crystal, which is based on Parlinski-Li-Kawazoe method. Information of forces acting on atoms when an atom is displaced is required as input information. Convenient tools for the VASP code are prepared.

Function:

  • Phonon band structure
  • Phonon DOS (Vibrational spectra)
  • Thermal properties
  • Mulliken notation assignment of vibration mode
Feature:
  • Crystal symmetry check (relying on )
    • Reducing cost to calculate forces and improving accuracy.
    • Space group determination
    • Distortion cleaning of crystal structure.
Other:
  • Tools for handling VASP output to make input files are attached.
Publication:
系统:SUSE10.3 ,CPU INTEL CORE。数学库 lapack-3.2 bals
首先编译lapack 生成lapack.a ,libblas.a
tar xzvf lapack-3.2.tar.gz
cd fropho-1.3.0
export LIBS="/home/solid/Program/Math/lapack-3.2/liblapack.a
/home/solid/Program/Math/lapack-3.2/libblas.a"
./configure --prefix=<指定安装路径> FC=ifort
make
make install
 
 
 
阅读(738) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~