Metadata-Version: 2.1
Name: pyplasma
Version: 0.3.1
Summary: Python module for plasma formation modelling.
Home-page: https://github.com/jldez/pyplasma
Author: Jean-Luc Déziel
Author-email: jean-luc.deziel.1@ulaval.ca
License: UNKNOWN
Description: # pyplasma
        Python package for plasma formation modelling in a dielectric irradiated by intense laser field. Single rate equation (SRE), multiple rate equations (MRE) and the delayed rate equations models are implemented. See the paper https://arxiv.org/abs/1906.08338.
        
        # Installation
        After cloning the repository, run
        
        ```
        cd pyplasma
        python setup.py install
        ```
        
        # Get started
        You can generate all figures from the paper by running
        
        ```
        cd pyplasma/examples
        python make_all_figures.py
        ```
        
        API description is coming...
        
        
        ## Authors
        
        * **Jean-Luc Déziel**
        * **Charles Varin**
        * **Louis J. Dubé**
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
