Rachel format nuclear data files
From GOSIA
m |
(Added example of time-reversal for consistent phase convention) |
||
Line 18: | Line 18: | ||
<pre> | <pre> | ||
- | lifetime | + | # This is a test file. Data are meaningless! |
- | < | + | lifetime gsb 2.0 400. 80. # in picoseconds |
- | mixing | + | < gsb 2.0 || E2 || gsb 0.0 > = 2.17 0.02 # Sign is interpreted as positive [eb] |
- | < | + | mixing gam 2.0 gsb 2.0 0.35 0.05 # any user comment |
- | branching | + | < gamod 4.0 || E2 || gsb 3.0 > = -0.45 0.12 # Sign is interpreted as negative |
+ | < gsb 2.0 || E2 || gamod 3.0 > = 0.23 0.08 # BACKWARD--WILL BE TIME-REVERSED! | ||
+ | # Note that time-reversal is done automatically for a consistent phase convention. | ||
+ | branching gam 8.0 gamod 7.0 gsb 6.0 0.042 0.005 # gamma decay branches only--not including conversion | ||
#branching band3 3.5 band1 1.5 band1 2.5 0.04 0.01 # This line is commented out | #branching band3 3.5 band1 1.5 band1 2.5 0.04 0.01 # This line is commented out | ||
- | lifetime | + | lifetime gam 2.0 5. 2. # cite Jane Doe, PRC 5, 289 (1994) |
</pre> | </pre> | ||