next up previous contents
Next: Examples Up: Physical Process Previous: To draw Feynman diagrams   Contents

To generate and calculate a series processes under some topic

At first, the user must prepare the file "process.def" and then to run the following command set to do all the things.


\begin{picture}(490,100)
\put(230,45){\oval(480,90)}
\put(0,45){
\begin{tabular}...
...indall \\
$>$ mkps \\
$>$ mkamp \\
$>$ doint
\end{tabular}}
\end{picture}

where the following things are done in findall

  dofind   ---- search for all the process which match the given pattern.
  mkall    ---- generate all the Feynman diagrams for each process.
and the following things are done in mkps
  drawall  ---- draw Feynman diagrams of all the process 
  mkpsfile ---- make the reference book of all the processes in 
                latex version and ps version.
and in mkamp the following command set will be done in each subdirectory of each process.


\begin{picture}(490,100)
\put(230,45){\oval(480,90)}
\put(0,45){
\begin{tabular}...
... amp \\
$>$ kine \\
$>$ cd fort \\
$>$ make
\end{tabular}}
\end{picture}

where amp, kine are explained in the above, and make is the command in unix, which will use the makefile file in this subdirectory to perform compile Fortran source and link the object files and integration library BASES.



wang jian xiong 2003-01-10