Metadata-Version: 2.1
Name: redpic
Version: 0.6.2
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
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

# Relativistic Difference Scheme Particles-In-Cell (REDPIC)
[![PyPI version](https://badge.fury.io/py/redpic.svg)](https://badge.fury.io/py/redpic)
## The RED-code
<a href="https://fuodorov.github.io">V. Fedorov</a>

## Overview

This RED code has been developed since 2020 at the Budker Institute of Nuclear Physics as an alternative to ASTRA, WARP, and other codes. For particle dynamics simulation using finite difference scheme relativistic.

In order to use the REDPIC code correctly, it is **important to read the [Know-How](https://github.com/fuodorov/redpic/tree/master/rednote).**

## 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
```


