next up previous
Next: Output Files Up: Program HFBTHO (v1.66p) Previous: General Structure of the


Input Data File

Input data are read from file tho.dat, which is shown in Table 2. The file consists of the first line, which contains only two numbers, below referred to as I1 and I2, followed by a sequence of identical lines, each of them defining one specific run of the code. All numbers containing a dot are type real, and those without a dot are type integer. In quotations there are four-character strings giving acronyms of the Skyrme forces. The code uses free format, so at least one space is needed in order to separate the input numbers.




Table 2: Input data file tho.dat.
(a) (b) (c) (d) (e) (f) (g) (h) (i)     (j) (k) (l) (m) (n) (o) (p) (q) (r) (s)
$-$20 20                                  
20 $-$2. 0. $-$1 300 1 70 50 'SLY4' $-$1 1 0 0.26 0.5 9 0 2 2 0.0001
20 $-$2. 0. $-$1 300 1 72 50 'SLY4' $-$1 1 0 0.26 0.5 9 0 2 $-$2 0.0001
20 $-$2. 0. $-$1 300 1 74 50 'SLY4' $-$1 1 0 0.26 0.5 9 0 $-$2 2 0.0001
20 $-$2. 0. $-$1 300 1 76 50 'SLY4' $-$1 1 0 0.26 0.5 9 0 $-$2 $-$2 0.0001
$-$14 $-$2. 0. $-$1 300 1 78 50 'SKP ' $-$1 1 0 0.26 0.5 9 0 4 4 0.0001
0 $-$2. 0. $-$1 300 1 70 50 'SLY4' $-$1 1 0 0.26 0.5 9 0 0 0 0.0001

The code has three main regimes:



(i) nucleus-after-nucleus, defined by I1$<$0,
(ii) file-after-file, defined by I1$=$0,
(iii) chain-after-chain, defined by I1$>$0.


In the nucleus-after-nucleus regime, the code ignores the values of $\vert$I1$\vert$ and I2, and then performs one run for each line of the input data file that follows the first line. This is the simplest and most often used regime, illustrated by the example given in Table 1.

In the file-after-file regime, the code ignores the value of I2, and then reads the second line of the input data file, from where it takes all fields except from the values of ININ, $N$, and $Z$. Then it performs one run for each dnnn_zzz file found in the current directory. Files dnnn_zzz contain results of previous runs and are described below.

In the chain-after-chain regime, the code reads the second line of the input data file, from where it takes all fields except from the values of $N$, and $Z$. Then it performs one run for each nucleus in the chain of isotones or isotopes located between the bottom of the stability valley and the drip line. The bottom of the stability valley is parametrically defined as

\begin{displaymath}
f(N,Z) \equiv N - Z - 0.006(N+Z)^{5/3} = 0.
\end{displaymath} (80)

All lines of the input data file, after the first line, contain 19 fields each. Below we denote these fields by letters (a) - (s), as shown in the header of Table 2. The description of the fields is as follows:




Table 3: User-defined parameters of the Skyrme force, as given in the file forces.dat.
Value Description
'SLY4' Skyrme-force acronym
0 Tensor term (0-excluded, 1-included)
$-$0.2488913d+04 $t_0$
0.4868180d+03 $t_1$
$-$0.5463950d+03 $t_2$
0.1377700d+05 $t_3$
0.8340000d0 $x_0$
$-$0.3440000d0 $x_1$
$-$1.0000000d0 $x_2$
1.3540000d0 $x_3$
0.1230000d+03 $W_0$
6.0d0 $1/\alpha$
20.735530d0 $\hbar^2$/2m
0.160d0 $\rho_0$ (saturation density for pairing)
1.0d0 $\gamma$ (power of density for pairing)
60.0d0 $\bar{e}_{\max }$ (pairing cut-off energy)
0.5d0 $V_1$ (0-volume, 1-surface, 0.5-mixed)
$-$244.7200d0 $V_0$ (pairing strength)

After the solution is found, and if MAXI$>$0, the code stores files dnnn_zzz.hel (if the HO-basis run has been performed) and/or dnnn_zzz.tel (if the THO-basis run has been performed). Names of these files are automatically constructed based on the input-data parameters ININ, $N$, and $Z$, namely:

These files can be used in a later run to restart calculations from previously found solutions. For example, file s070_050.tel contains results of the THO-basis calculation for $^{120}$Sn, which has been obtained by starting from a spherical field. Note that the name of the file reflects the starting deformation only, while it may, in fact, contain results for another deformation that has been obtained during the iteration.


next up previous
Next: Output Files Up: Program HFBTHO (v1.66p) Previous: General Structure of the
Jacek Dobaczewski 2004-06-25