LOSALAMOS.readme
     Code for analytical calculation of angular distributions using 
                          linear momentum approach
           (Provided by M.B. Chadwick, 15 September 1997)
     **************************************************************
      
Contents
---------
The code LOSALAMOS_ANALYTICAL.FOR (original name LINMOM.F) implements the 
Chadwick-Oblozinsky continuum angular distribution theory, See Phys. Rev.
C50, 2490 (1994). The sample input corresponds to Figure 1 of this reference,
reaction 45 MeV 90Zr(p,xn), eout=20 MeV:
Sample input
------------
45. 20. 5.152 12.05 35. 11. 90.       :ein,eout,bindin,bindout,efermi,dsde,amass
4				      : nstages (number of preequilibrium stages)
1.		                      : rat(1) relative cont. of 1st preq. stage at this emission energy
0.194                                 : rat(2) relative cont. of 2nd preq. stage at this emission energy
0.042                                 : rat(3) relative cont. of 3rd preq. stage at this emission energy
0.008                                 : rat(4) relative cont. of 4th preq. stage at this emission energy
                                          (ALL FREE FORMAT)
c ***********************************************************************      
c Input paramters as follows:  (ALL FREE FORMAT)
c ein, eout = incident and emission energies
c bindin and bindout = sparation energies for projectile and ejectile
c                      from the composite nucleus
c efermi = Fermi energy (35 MeV)
c dsde   = angle-integrated preequilibrium cross section at this emiss. energy
c amass  = target A value
c nstages = number of preequilibrium stages to be included
c rat(i)  = the relative contribution of the preequilibrium stage i 
c           to the total preequilibrium spectrum, for emission energy eout.
c ***********************************************************************