Next: Example 2: CC with
Up: a) Cluster model:
Previous: a) Cluster model:
As an example we consider the reaction
19F+28Si
at
. Two states are explicitly considered
for the
19F nucleus, namely the ground state (
and the first excited state (
,
),
as illustrated schematically in Fig. 2. For shortness,
and using our previous notation, these states will be denoted
and , respectively. In order to account for the couplings
between these states, a triton-oxygen cluster structure is assumed
for this nucleus. In this example, these couplings are constructed
assuming cluster model. We use from here after the notation:
In order to make fresco know which nuclei are the core and the fragment
an extra partition is defined. Then, apart from the
17F+28Si
partition, a partition with the core nucleus as a projectile is defined,
and a target which is the original target (
28Si) plus
the fragment (
3H). This corresponds to the input line:
\&PARTITION namep='16-O' massp=16 zp=8
namet='31-P' masst=31 zt=15 qval=6.1990 pwf=T nex=1 /
The projectile-target interaction is then written as
|
(20) |
Notice that the
U3H,28Si and
U16O,28Si
depend on different coordinates. The
interaction can be written as a function of the internal coordinate
between the clusters, r, and the center of mass coordinate
R. Due to the dependence on the coordinate r,
this potential can produce excitations between the different states
of the
19F nucleus.
The relevant information is given in a set of overlap namelists.
For example, for the ground state wavefunction the following overlap
namelist is provided:
\&OVERLAP kn1=1 kind=0 in=1 ic1=1 ic2=2 nn=4 sn=0.5 l=0
j=0.5 kbpot=3 be=11.7300 isc=1 /
The meaning of the variables is the following:
- -
- kn1: index to label this overlap, as it will be have
to be referenced later, in a coupling namelist.
- -
- kind: is the kind of coupling order for angular momenta.
Typically we will use kind=0.
- -
- in=1: to specify that this state corresponds to the projectile
(for the target in=2).
- -
- ic1 and ic2 specify the partition numbers for
the core and the composite nuclei. The order is irrelevant, so in
our case we can set ic1=1 and ic2=2, or ic1=2, ic2=1.
- -
- nn, l, jn: are the quantum numbers for the single-particle
state we assume that the triton occupies a 4s1/2 single-particle
state and so: nn=4, =0 and j=0.5.
- -
- sn: spin of the fragment, in this case, the triton.
- -
- kbpot: index of the potential that binds the fragment
(triton) to the core (oxygen).
- -
- be: binding energy of the triton in the
19F
nucleus.
- -
- isc: the type=isc part of the potential kbpot
is varied in order to reproduce the binding energy. In this example
isc=1, and so the depth of the nuclear potential is taken as a free
parameter.
An analogous overlap namelist is used for the overlap corresponding
to the excited state.
Finally, in order to set up the coupled equations it is necessary
to specify the couplings between the different channels. In this example,
we have to tell FRESCO that we want to couple the ground and
excited state in the
19F nucleus. This is done with
the namelist:
\&COUPLING icto=1 icfrom=2 kind=3 ip1=4 ip2=1 p1=6.0 p2=5.0/
The meaning of the variables is the following:
- -
- icto: index of the partition containing the composite
nucleus (
19F).
- -
- ictfrom: index of the partition containing the core nucleus
(
16O).
- -
- kind: the flexibility of FRESCO allows many types of
couplings: single-particle excitations, zero-range transfer, finite-range
transfer, collective excitations,... With the variable kind we specify
the type of coupling. In our example, it corresponds to single-particle
excitation of the projectile (kind=3).
- -
- ip1: IP1=4 means that the multipoles
will be considered.
- -
- ip2: to specify if the coupling potentials
and
will include only the nuclear potential (IP2=1),
the Coulomb (IP2=2) or both (IP2=0). In our example, IP2=1, and thus
only the nuclear part of the potentials
U(3H,28Si)
and
U(16O,28Si) will be considered to construct
the folding potentials. This does NOT mean that the Coulomb potential
is ignored in the calculation, as the potential KP=1 contains the
monopole central potential between the projectile and the target.
Thus, with IP2=1 we just suppress excitations between the states
and due to the Coulomb interaction.
- -
- p1: potential index KP for the valence-target interaction.
In our example, this is a (complex) optical potential describing the
3H+28Si elastic scattering.
- -
- p2: potential index KP for the core-target interaction.
In our example, this is the optical potential
U(16O,28Si).
Finally, it is necessary to explicitly defined the couplings between
different states. This permits a great flexibility as one can check
the effect of specific couplings, or omit those couplings that will
have very small effect, thus saving computational time.
\&CFP in=1 ib=1 ia=1 kn=1 a=1.000 /
\&CFP in=1 ib=2 ia=1 kn=2 a=1.000 /
The first line gives the amplitude for the overlap
,
with
19F in its ground state. The second line is for
the
overlap,
with
19F in its excited state (see section 3.3).
The meaning of the variables for the first line is:
- -
- in: to indicate that the overlap is for the projectile
(in=1) or target (in=2)
- -
- ib: index of state within the projectile that contains
the projectile. In this example, the composite is
19F,
which appears in partition 1. The ground state appears in the first
state defined within this partition and so IB=1.
- -
- ia: index of excitation state of core nucleus. In our
case, only one state is specified for the core and so IA=1.
- -
- kn: is the index of the form factor that provides the
wave function for the overlap
.
- -
- a: Is the spectroscopic amplitude for the overlap. In
other words, it is the single-particle fraction. In our example, we
consider pure single-particle states, and so A=1.
There are also several important variables within the FRESCO namelist
which control the way in which the set of coupled equations are solved:
- -
- iblock: Is the number of states (starting from partition
1) that will be coupled exactly. In this example we want to couple
the two states of the
19F nucleus and thus IBLOCK=2.
- -
- it0, iter: When the variable IBLOCK is less than the
number of states, FRESCO interprets that the rest of states that will
not be solved exactly, will be included by iterations. For these states,
the number of minimum and maximum iterations are controlled by means
of the variables IT0 and ITER. The former is the minimum number of
DWBA steps that will be carried out. After IT0 steps FRESCO checks
the difference between successive S-matrix elements and compares with
the variable IPS. If the difference is smaller that IPS percent, the
calculation finished. If not, it continues the iterations up to a
maximum of IT0 iterations.
Figure 1:
Energy levels for the
19F considered
in the CC calculation.
|
Next: Example 2: CC with
Up: a) Cluster model:
Previous: a) Cluster model:
Antonio Moro
2004-10-27