next up previous contents index
Next: 1.4.4 sample.atp.sh Up: 1.4 The method of Previous: 1.4.2 sample.dat.sh


1.4.3 sample.ppf.sh

The following example is an example in the case of calculating an iron oxide cluster. In IPP, you specify proper number which identifies the type of PP within four-digit(I4) and, next, specify the absolute path of the file name. Because this file is exectuting as a script file, you can use shell variables. In the case of using PP prepared in the package, you should cut and paste the list from a file pplist. However, you must input the number of IPP by hand. For IPP number, refer to item 3.9.

下記の例は、酸化鉄クラスターを計算する場合の例である。 IPPにはPPの種類を示す番号を4桁内(I4)に指定し、続いて ファイル名の絶対パスを指定する。このファイルはスクリプトとして 動作しているので、シェル変数を使ってもよい。パッケージに準備 されているPPを使用する場合は、pplistというファイルに 一覧があるのでそれをカットアンドペーストすればよい。ただし IPPの番号は、手で入力しなければならない。 IPP番号は、項目3.9を参照。

cat > ${rundir}/pp0 << end
101 ${ppdir}/Fe/fe17PW.fmt
101 ${ppdir}/O/o13PW.vpp.fmt

(above format)
IPP(I4) FILENAME(A)
end


next up previous contents index
Next: 1.4.4 sample.atp.sh Up: 1.4 The method of Previous: 1.4.2 sample.dat.sh
Copyright (C), Tatsuki Oda (oda@cphys.s.kanazawa-u.ac.jp, Kanazawa University)