Metadata-Version: 2.1
Name: redpic
Version: 0.2.1
Summary: Relativictic Difference Scheme Particle-in-Cell code (REDPIC)
Home-page: https://github.com/fuodorov/redpic
Author: Vyacheslav Fedorov
Author-email: fuodorov1998@gmail.com
License: UNKNOWN
Description: # Relativistic Difference Scheme Particles-In-Cell (REDPIC)
        [![PyPI version](https://badge.fury.io/py/redpic.svg)](https://badge.fury.io/py/redpic)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fuodorov/redpic/master) 
        ## The PIC-code
        <a href="https://fuodorov.github.io">V. Fedorov</a>
        
        ## Overview
        
        In order to use the REDPIC code correctly, it is **important to read the [Know-How](https://github.com/fuodorov/redpic/notebooks).**
        
        ## Algorithm
        
        The algorithm reduces to lowering the order of the Relativistic Difference Scheme.
        
        ## Language
        
        REDPIC completely written in Python.
        
        ## Installation
        
        In order to quickly install all the required [Python](https://www.python.org/downloads/) libraries in the new environment, just download [requirements](https://github.com/fuodorov/redpic/blob/master/requirements.txt) and run the command on the command line:
        
        ```
        pip install -r requirements.txt
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
