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!) |
| compile | f77 -O mpade.f -o pade.out |
| execute the program | pade.out > pade.output |