TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

Fix for issue #58 #63

Closed krivenko closed 12 years ago

krivenko commented 12 years ago

I've fixed issue #58 by porting the Pade code to multiple precision floats from GMP. The number of binary digits is fixed to 256 (hardcoded as a static const member of Pade_approximant class). With this precision discrepancies in the test are limited to 1e-15.