diff --git a/README.txt b/README.txt index 5973cbd..a9e6cf4 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,14 @@ Brief files description: 1. stat_langevin.py - - stochastic dynamics for a Brownian particle. Mean value and variance are calculated. Algorithm based on Ref.[1]. + - Gaussian stochastic dynamics for a Brownian particle. Mean value and variance are calculated. Algorithm based on Ref.[1]. 2. FT_langevin.py - - stochastic dynamics for a Brownian particle under a harmonic potential whose center of mass is displaced with constant velocity (see Ref.[2]). + - Gaussian stochastic dynamics for a Brownian particle under a harmonic potential whose center of mass is displaced with constant velocity (see Ref.[2]). Fluctuation Theorem for work is calculated. Algorithm based on Ref.[1]. 3. Generalized_FP.py - - generalized Fokker-Planck (GenBM) equation (see 'gener_FP.pdf' file for further infos). Both the generalized semiclassical distriubtion (GenBM_rho) + - Non-Gaussian generalized Fokker-Planck (GenBM) equation (see 'gener_FP.pdf' file for further infos). Both the generalized semiclassical distriubtion (GenBM_rho) and the distribution of a standard Brownian motion (BM_rho) are obatined considering a external harmonic potential. Algorithm based on finite diference approach to compute derivatives.