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

1. This graph is the Gaussian fitted Ca42+n with rebinned to 10 total. Theorotical cross section is around 15 while the experimental is 16.5, which matches well.

2. This the the distribution of l = 0 with bins = 10.

3. This the the distribution of l = 1 with bins = 10.

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

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

Attachment 1: macs1wrg.pdf  14 kB  | Show | Hide all | Show all
Attachment 2: macs01wbin.pdf  13 kB  | Hide | Hide all | Show all
macs01wbin.pdf
Attachment 3: macs11wbin.pdf  13 kB  | Hide | Hide all | Show all
macs11wbin.pdf
Attachment 4: talys.out  3.305 MB  | Show | Hide all | Show all
Attachment 5: Ca43run  969 Bytes  | Hide | Hide all | Show all
#!/bin/bash
rm -r Ca43/
mkdir Ca43
for((c=1;c<=1000;c++))
do
./a.out << EOF
42 0                                     # amass spin  
0 1000000                                #min max
0 12888.49219 2.3936e-4                            #ell D S
0.23701 0.047402                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias

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