• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name jiang

    Entry time Mon Jun 21 18:04:59 EDT 1999

    Entry number 51

    keyword=C12 cross section code.

    C12 cross section code.
    Instructions from Steve Williamson and L. Cardman
    Below is an e-mail I got from Steve Williamson.

    -------------------------------------------------------------------
    I put a number of files in the directory ~willy/escatt/ravpro on
    the JLab CUE system. They are:

    Makefile Make file to compile the program. Should work
    on both the HP and Sun systems but I only tried the
    HP
    sigmr.f Main program
    chgden-fb.f Charge density routine for one style of Fourier-Bessel
    density
    ravpro-1d.f Subroutine package that actually calculates the
    cross section (version 1d)
    ravpro.inc Include file for ravpro-1d.f
    sigmr* Executable (runs on HPs)
    sigmr-ffl8-400.lst Sample list output for 12-C calculation using the
    NBS 12-C charge density
    sigmr-ffl8-400.plt Sample plot output (for a program called "graph")
    sigmr-ffl8-run.bash bash script to do a calculation for 12-C using
    the NBS 12-C charge density. Easily modified for
    other energies and angles (see comments).

    If you want to compile the program yourself, you will need the libraries
    in the following directories:

    ~willy/util/wlib/wlib-2f/ A library of "utility" routines/
    ~willy/numerical/wmath/ A library of numerical methods routines.

    There are make files in each directory to create the libraries from the
    fortran source -- they should work on the HP and Sun systems.

    Good luck with this. If you have problems let me know. I haven't used
    this program for quite a while (15 years?) so I've forgotten many details
    but I can try to remember.

    Steve
    --------------------------------------------------------------------------
    end of instructions.