AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  StellarModelling  ELOG logo
Message ID: 10     Entry time: Sat Nov 4 14:05:19 2023
Author: Selin Ezgi Birincioglu 
Subject: Maxwellian Cross Section Distribution of Ne22+n 

1. This graph is Ne22+n with a log scale. Theorotical cross section is around 0.05 while the experimental is 0.061, which matches relatively well.

2. This the the distribution of l = 0 with log scale.

3. This the the distribution of l = 1 with log scale.

4. This is the TALYS output for Ne22+n.

5. mygoe.f input code which consists of TALYS parameters (Gg, D, S).

Attachment 1: macs1.pdf  17 kB  | Hide | Hide all | Show all
macs1.pdf
Attachment 2: macs01.pdf  17 kB  | Hide | Hide all | Show all
macs01.pdf
Attachment 3: macs11.pdf  17 kB  | Hide | Hide all | Show all
macs11.pdf
Attachment 4: talys.out  3.244 MB  | Show | Hide all | Show all
Attachment 5: Ne23run  972 Bytes  | Hide | Hide all | Show all
#!/bin/bash
rm -r Ne23/
mkdir Ne23
for((c=1;c<=1000;c++))
do
./a.out << EOF
22 0                                     # amass spin  
0 1000000                                #min max
0 657808.56250 0.8570e-4                            #ell D S
0.12333 0.024666                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias

EOF
cp out_all1 Ne23/run1_0l_$c
cp out_all2 Ne23/run2_0l_$c
rm out*
done
for((c=1;c<=1000;c++))
do
./a.out << EOF
22 0                                     # amass spin  
0 1000000                                #min max
1 290617.09375 2.3193e-4                            #ell D S
0.18086 0.036172                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias
EOF
cp out_all1 Ne23/run1_1l_$c
cp out_all2 Ne23/run2_1l_$c
cp out_all3 Ne23/run3_1l_$c
cp out_all4 Ne23/run4_1l_$c
rm out*
done
ELOG V3.1.4-unknown