It is explained how  to run analytical continuation program pade.f


Program description:



 
mpade.f  the program for Pade continuation
param file with the most important parameters
pade.in 3 column file:
data to be analytical continued:

#1 -- frequency (matsubara axis), 
#2 Re Func, #3 Im Func

The program exd.f will produce the following files
 
 
pade.out 3 column file with result of analytical continuation:  
#1 -- frequency (real axis), 
#2 Re Func, #3  -Im Func (minus!)



 Running the program, compile, etc.


 
compile f77 -O mpade.f -o pade.out
execute the program pade.out > pade.output


 Program source


You can download  the files as zip or tar archive.
To unzip or untar use the following commands :
unzip  pade.zip
tar -xvf pade.tar


Last update @ April 19, 2001