An open API service indexing awesome lists of open source software.

https://github.com/rajeshrinet/compphy

Assortment of code for model systems in computational physics
https://github.com/rajeshrinet/compphy

computational-physics exclusion-processes ising-model monte-carlo-simulations python tasep

Last synced: 6 months ago
JSON representation

Assortment of code for model systems in computational physics

Awesome Lists containing this project

README

          

## CompPhy: Computational physics in python [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/rajeshrinet/compPhy/master?filepath=notebooks)

![Notebooks](https://github.com/rajeshrinet/compPhy/workflows/Notebooks/badge.svg)
![License](https://img.shields.io/github/license/rajeshrinet/compPhy)
![Stars](https://img.shields.io/github/stars/rajeshrinet/compPhy)
![Forks](https://img.shields.io/github/forks/rajeshrinet/compPhy)

This repository has an assortment of codes for model systems in computational physics.
In particular, some representative models of statistical physics are included.
For example,

* [Monte Carlo simulation of the Ising model using the Metropolis algorithm](https://github.com/rajeshrinet/compPhy/tree/master/ising)

* [Monte Carlo simulation of the asymmetric simple exclusion process (ASEP)](https://github.com/rajeshrinet/compPhy/tree/master/asep)

* [Python notebooks on miscellaneous topics of physics](https://github.com/rajeshrinet/compPhy/tree/master/notebooks)