Metadata-Version: 2.1
Name: MCEq
Version: 1.2.6
Summary: Numerical cascade equation solver
Home-page: https://github.com/afedynitch/MCEq
Author: Anatoli Fedynitch
Author-email: afedynitch@gmail.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: six
Requires-Dist: h5py
Requires-Dist: particletools
Requires-Dist: crflux (>1.0.4)
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: requests
Provides-Extra: cuda
Requires-Dist: cupy-cuda112 (==9.2.0) ; extra == 'cuda'
Provides-Extra: mkl
Requires-Dist: mkl (==2020.0) ; extra == 'mkl'

# MCEq - Matrix cascade equations

MCEq is a tool to numerically solve cascade equations that describe the evolution
of particle densities as they propagate through a gaseous or dense medium.
The main application are particle cascades in the Earth's atmosphere.
Particles are represented by average densities on discrete energy bins.
The results are differential energy spectra or total particle numbers.
Various models/parameterizations for particle interactions and atmospheric
density profiles are packaged with the code.  

This is a new version of the code and may break compatibility with the previous versions. 
The old versions known as 'master' and 'development' branch are deprecated and located in the 
[MCEq_classic repository](https://github.com/afedynitch/MCEq_classic).

## [Documentation](http://mceq.readthedocs.org/en/latest/)

[The documentation](http://mceq.readthedocs.org/en/latest/) contains installation instructions, a tutorial and more.

### Version 1.2
This is a significant update and some of the results. Please consult the
[CHANGELOG](CHANGELOG) and the dedicated [doc page](http://mceq.readthedocs.org/en/latest/v12v11_diff.html).

## Please cite our work

If you are using this code in your scientific work, please cite the code **AND** the
physical models. A complete list of references can be found in the 
[Citations section of the docs](http://mceq.readthedocs.org/en/latest/citations.html).

### Authors:

*Anatoli Fedynitch*

### Contributers

*[Hans Dembinski](https://github.com/HDembinski)*

## Copyright and license

Code released under [the BSD 3-clause license (see LICENSE)](LICENSE).


