科学网

 找回密码
  注册
原子电子结构计算程序atom-0.1.0
汪海迪 2014-9-21 22:59
atom-0.1.0 atom-0.1.0.tar.gz 首先声明:这个程序的原始版本不俺写的,但是在此基础上我加入了一些个人的想法 包括:1.修改了之前的CMake ,重新按照在SIESTA Makefile的格式进行了修改 2. 加入了SIESTA fdf 库函数,方便标签读取 3. 加入了文件IO操作子过程,io.f90 ...
个人分类: Program;Script|3003 次阅读|没有评论
MINIMAL BASIS STO-3G CALCULATION ON HEH+
汪海迪 2014-9-21 22:13
PROGRAM STO3G C C MINIMAL BASIS STO-3G CALCULATION ON HEH+ C The main work was done by my senior sister apprentice(Honghui Shang) ,and I've just C modified the SCF subroutine so that it will be convenient to calculate C ...
个人分类: Program;Script|3325 次阅读|没有评论
Cholesky decomposition for positive definite matrix
汪海迪 2014-9-21 22:09
! Cholesky_decomposition.f90 ! !**************************************************************************** ! ! PROGRAM: Cholesky_decomposition ! ! PURPOSE: Use the Cholesky method to decopose a positive definite matrix ,S=L*L' ! here L' is transpose ma ...
个人分类: Program;Script|2681 次阅读|没有评论
Bandstructure calculation with empirical method
汪海迪 2014-9-21 22:07
module global implicit none ! all unit used in the program is atomic unit ! energy : Hartree ! length : Bohr real(kind=8),parameter::Ry=0.5d0,pi=3.14159265358979,Ang=1.8903592 integer,parameter::Num_elem=14,Near_neighbor=10,N_bands=12,N_point=40,NMax_pw=200 integer,paramet ...
个人分类: Program;Script|2566 次阅读|没有评论
Linux下MATLAB提交脚本
汪海迪 2014-9-21 19:43
#!/bin/bash #PBS -N matlab #PBS -l nodes=1:ppn=8 #PBS -q q2 #PBS -e err #PBS -o out echo $PBS_O_WORKDIR NCPUS=`wc -l $PBS_NODEFILE | awk '{print $1}'` echo $NCPUS #Run your executable #echo starting #date cd $PBS_O_WORKDIR /home/yyhxwhd/matlab -nodispl ...
个人分类: Program;Script|4070 次阅读|没有评论
split_DOS 文件加和
汪海迪 2014-9-21 19:17
实用split_dos脚本处理DOSCAR会产生几十个DOS文件,下面bash和MATLAB配合即可实现预期功能(sumdos.sh) list= 9 10 11 12 13 14 15 16 18 19 20 21 22 23 24 25 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 rm -rf proc.m for i in $list do cat proc.mEOF load DOS$i; EOF done c ...
个人分类: Program;Script|5315 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-26 12:48

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部