pres_optl.sh
is calculated with changing the pressure. Because the initial lattice constant
to the external pressure is extrapolated from the previous lattice constant and the pressure tensor,
this script file should be used after executing ex_optl.sh
.
In pres_optl.sh
, as with ex_opte.sh
, elemetal.sh
or elesimple.sh
is used to converge the electron system.
幾つかの外圧値に対して、各々の圧力に対して、順次、格子定数の最適化を行なう。
圧力を変化させながらスクリプトpres_optl.sh
を計算するようになっている。
外圧値に対する、初期格子定数は、前の格子定数と圧力テンソルから
外挿して決めるようになっているので、ex_optl.sh
を動かした後に、
このスクリプトを使うようにする。pres_optl.sh
は、ex_opte.sh
と
同様に、elemetal.sh
またはelesimple.sh
を使用して電子系の収束
を行なっている。
pres
, hstp
, epspr
pres
, the pressure value is assigned by the unit of GPa.
In hstp
, the step size which is used to update the lattice parameter is assigned.
In epspr
, the convergence accuracy of pressure tensor is assigned by the unit of GPa.
(Refer to the explanation of ex_optl.sh
.)
pres
には、圧力値をGPa単位で指定する。
hstp
には、格子定数を更新するときの歩幅を指定する。
epspr
には、圧力テンソル成分の収束精度をGPa単位で指定する。
(ex_optl.sh
の説明を参照)
pres_optl.sh
is recurrently called until the pressure tensor is converged.
圧力テンソルが収束するまで、pres_optl.sh
は、再帰的に呼び出される。