Skip to content

Commit

Permalink
Update README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfaria authored Jan 8, 2022
1 parent 06bd8d6 commit f617633
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Brief files description:

1. stat_langevin.py
- stochastic dynamics for a Brownian particle. Mean value and variance are calculated. Algorithm based on the publication: "https://aip.scitation.org/doi/abs/10.1063/1.4802990"
- 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 work: "https://journals.aps.org/pre/abstract/10.1103/PhysRevE.67.046102"). Fluctuation Theorem for work and heat are calculated. Algorithm based on the publication: "https://aip.scitation.org/doi/abs/10.1063/1.4802990"
- 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 and heat are 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) 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.
- 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.

References:
[1] https://aip.scitation.org/doi/abs/10.1063/1.4802990
[2] https://journals.aps.org/pre/abstract/10.1103/PhysRevE.67.046102

0 comments on commit f617633

Please sign in to comment.