diff --git a/README.txt b/README.md similarity index 85% rename from README.txt rename to README.md index d5f7e70..70ecc33 100644 --- a/README.txt +++ b/README.md @@ -1,12 +1,12 @@ -Brief files description: +##Brief files description: -1. stat_langevin.py +#1. stat_langevin.py - Gaussian stochastic dynamics for a Brownian particle. Mean value and variance are calculated. Algorithm based on Ref.[1]. -2. FT_langevin.py +#2. FT_langevin.py - 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]. -References: +##References: [1] https://aip.scitation.org/doi/abs/10.1063/1.4802990 [2] https://journals.aps.org/pre/abstract/10.1103/PhysRevE.67.046102