All Projects → rajeshrinet → pygl

rajeshrinet / pygl

Licence: MIT license
PyGL: statistical field theory in Python

Programming Languages

cython
566 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pygl

IsingMonteCarlo
A program implementing Metropolis Monte Carlo for the 2D square-lattice Ising model and the spin block renormalization
Stars: ✭ 20 (+17.65%)
Mutual labels:  phase-transition
pystokes
PyStokes: phoresis and Stokesian hydrodynamics in Python
Stars: ✭ 30 (+76.47%)
Mutual labels:  phase-separation

Self-propulsion of active droplets

PyGL: statistical field theory in Python Binder CI Notebooks Documentation StatusPyPI version Downloads

About | Documentation | News | Installation | Examples | Publications | Support | License

About

PyGL is a numerical library for statistical field theory in Python. The name GL corresponds to the Ginzburg–Landau theory. The library has been specifically designed to study field theories without time-reversal symmetry. The library can be used to study models of statistical physics of various symmetries and conservation laws. In particular, we allow models with mass and momentum conservations. The library constructs differentiation matrices using finite-difference and spectral methods. To study the role of momentum conservation, the library also allows computing fluid flow from the solution of the Stokes equation.

Self-propulsion of active droplets

The above simulation is done using PyGL. It shows steady-state microphase separation (phase separation arrested to a length-scale) in an active scalar field theory. A self-shearing instability interrupts the growth of droplets by splitting them. Read more: https://arxiv.org/abs/1907.04819

Installation

From a checkout of this repository

Install PyGL and required dependencies using

>> git clone https://github.com/rajeshrinet/pygl.git
>> cd pygl
>> pip install -r requirements.txt
>> python setup.py install

Install PyGL and its dependencies in a pygl environment:

>> git clone https://github.com/rajeshrinet/pygl.git
>> cd pygl
>> make env
>> conda activate pygl
>> make

Pip

Alternatively, install the latest PyPI version

>> pip install pygl 

Examples

See the examples folder for a list of examples.

Publications

News

  • Our paper has been highlighted in the Journal Club for Condensed Matter Physics with a commentary.

Support

Please use the issue tracker on GitHub.

License

We believe that openness and sharing improves the practice of science and increases the reach of its benefits. This code is released under the MIT license. Our choice is guided by the excellent article on Licensing for the scientist-programmer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].