tl - Returns the transmission coefficient
#include <nuclib.h>
double
tl_parab(int zp, int ap, int
zt, int at, double
elab, int J);
double tl_difus(int l, double
l0, double D);
Link with -lnuclib.
The tl_parab() function returns the value of the transmission coefficient for a parabolic potential. The tl_difus() function returns the value of the transmission coefficient for a diffused cut-off approximation.
|
zp ap |
Atomic and mass numbers of projectile | ||
|
zt at |
Atomic and mass numbers of target | ||
|
elab |
Kinetic energy of projectile in laboratory system in MeV | ||
|
l |
Angular momentum | ||
|
l0 |
Cut-off angular momentum | ||
|
D |
Diffuse parameter |
The function tl_parab() returns the dimesionless value described. The function tl_difus() returns the dimesionless value described.
tl_parab:
Hill, Wheeler, Phys. Rev. 89, 1102 (1953).
D.Thomas, Phys. Rev. 116, 703 (1959).
tl_difus:
M.B. Tsang, Phys. Rev. C28, 747 (1983).
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2004-2017 Ricardo Yanez.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
nuclib(3)