Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 733 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 733 Bytes

PyTPT

Implementation of Transition Path Theory for:

  • stationary Markov chains (pytpt/stationary.py),
  • for periodically varying Markov chains (pytpt/periodic.py),
  • for time-inhomogenous Markov chains over finite time intervals (pytpt/finite.py).

Based on: Helfmann, L., Ribera Borrell, E., Schuette, C., & Koltai, P. Extending Transition Path Theory: Periodically Driven and Finite-Time Dynamics. Journal of Nonlinear Science. 2020.

PyTPT Package Installation

Install the package using pip install pytpt.

Examples

In examples/TPT_3well_notebook.ipynb we show how to use the package for studying transitions in an triple well energy landscape.