目次

電子密度

gettotaldensity スクリプト

使い方

出力ファイルに指定したファイル名のファイルが既にあるときは警告無しに上書きされてしまう!
$ gettotaldensity 
usage: gettotaldensity input_nc_file output_cube_file
 
options:
  -h, --help  show this help message and exit
$ 

Dacapoの出力であるNetCDFファイル(out.ncなど)を読み込み、電子密度(電荷密度)すなわち全存在確率密度(波動関数の自乗を占有数を重みにして総和をとったもの)をGaussian cube形式でファイルに保存する。出力したファイルは直接、VESTA, VMDで読み込むことができる。

getdensity スクリプト

使い方

出力ファイルに指定したファイル名のファイルが既にあるときは問答無用で上書きされてしまう!
$ getdensity 
usage: getdensity [-i|-e] input_nc_file output_cube_file
 
options:
  -h, --help            show this help message and exit
  -iN K S, --indecies=N K S
                        density of N-th Band, K-th Kpoint, and S-th Spin state
  -eE1 E2, --energy=E1 E2
                        density of states with energies from E1[eV] to E2[eV]
$

Dacapoの出力であるNetCDFファイル(out.ncなど)を読み込み、

Gaussian cube形式でファイルに保存する。出力したファイルは直接、VESTA, VMDで読み込むことができる。