.
[lm.git] / README.txt
blob0bdea443f153c2ab33122c8ee6485b6665f8d2b1
1 Code Description:
2 =================
3 This code solves numerically the monodisperse and binary OZ / PY/HNC equations 
4 in two dimensions. The program was written in 2005 as a part of my diploma
5 thesis.
7 Status:
8 =======
9 This is a pure working code, which has to be adjusted in regard to potential
10 and units for your own needs. There are nearly no comments and some variable
11 descriptions are in german.
13 Dependencies:
14 =============
15 The code uses the free iterator lmfit[1]. This code has been put together
16 in marquardt.c. For the original version have a look a the reference.
17 Furthermore the GSL[2] can be used optionally for calculating the zeros of 
18 the bessel functions.
20 1: J. Wuttke: http://sourceforge.net/projects/lmfit
21 2: Gnu Scientific Library: http://www.gnu.org/software/gsl