Metadata-Version: 2.1
Name: pywarpx
Version: 21.2
Summary: WarpX is an advanced electromagnetic Particle-In-Cell code.
Home-page: https://ecp-warpx.github.io
Author: Jean-Luc Vay, David P. Grote, Maxence Thévenet, Rémi Lehe, Andrew Myers, Weiqun Zhang, Axel Huebl, et al.
Author-email: jlvay@lbl.gov, grote1@llnl.gov, maxence.thevenet@desy.de, rlehe@lbl.gov, atmyers@lbl.gov, WeiqunZhang@lbl.gov, axelhuebl@lbl.gov
Maintainer: Axel Huebl, David P. Grote, Rémi Lehe
Maintainer-email: axelhuebl@lbl.gov, grote1@llnl.gov, rlehe@lbl.gov
License: BSD-3-Clause-LBNL
Project-URL: Documentation, https://warpx.readthedocs.io
Project-URL: Doxygen, https://warpx.readthedocs.io/en/latest/_static/doxyhtml/index.html
Project-URL: Source, https://github.com/ECP-WarpX/WarpX
Project-URL: Tracker, https://github.com/ECP-WarpX/WarpX/issues
Keywords: WarpX openscience mpi hpc research pic particle-in-cell plasma laser-plasma accelerator modeling simulation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.6, <3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy (~=1.15)
Requires-Dist: periodictable (~=1.5)
Requires-Dist: picmistandard (==0.0.14)
Provides-Extra: all
Requires-Dist: openPMD-api (~=0.13.0) ; extra == 'all'
Requires-Dist: openPMD-viewer (~=1.1) ; extra == 'all'
Requires-Dist: yt (~=3.6) ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'

# WarpX

[![Code Status development](https://dev.azure.com/ECP-WarpX/WarpX/_apis/build/status/ECP-WarpX.WarpX?branchName=development)](https://dev.azure.com/ECP-WarpX/WarpX/_build/latest?definitionId=1&branchName=development)
[![Documentation Status](https://readthedocs.org/projects/warpx/badge/?version=latest)](https://warpx.readthedocs.io/en/latest/?badge=latest)
[![GitHub commits since last release](https://img.shields.io/github/commits-since/ECP-WarpX/WarpX/latest/development.svg)](https://github.com/ECP-WarpX/WarpX/compare/development)
[![Language](https://img.shields.io/badge/language-C%2B%2B14-orange.svg)](https://isocpp.org/)
[![Development Status](https://img.shields.io/badge/development%20status-alpha-orange.svg)]()  
[![Gitter](https://badges.gitter.im/ECP-WarpX/community.svg)](https://gitter.im/ECP-WarpX/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![License WarpX](https://img.shields.io/badge/license-BSD--3--Clause--LBNL-blue.svg)](https://spdx.org/licenses/BSD-3-Clause-LBNL.html)
[![DOI](https://img.shields.io/badge/DOI-10.1016/j.nima.2018.01.035-blue.svg)](https://doi.org/10.1016/j.nima.2018.01.035)

## Overview

WarpX is an advanced electromagnetic Particle-In-Cell code.
It supports many features including Perfectly-Matched Layers (PML), mesh refinement, and the boosted-frame technique.

## Documentation

In order to learn how to install and run the code, please see the online documentation:
https://warpx.readthedocs.io

To contact the developers, feel free to open an issue on this repo, or visit our Gitter room at https://gitter.im/ECP-WarpX/community

## Contributing

Our workflow is described in [CONTRIBUTING.rst](CONTRIBUTING.rst).


