a simple, fast, and powerful particle simulator
Project description
PARTICULA
Particula is a simple aerosol particle simulator. It is designed to be easy to use and easy to extend. The goal is to have a robust aerosol (gas phase and particle phase) simulation system that can be used to answer scientific questions that arise in experiments and research endeavors.
Goals & conduct
The main goal is to develop an aerosol particle model that is usable, efficient, and productive. In this process, we all will learn developing models in Python and associated packages. Let us all be friendly, respectful, and nice to each other. Any code added to this repository is automatically owned by all. Please speak up if something (even if trivial) bothers you. Talking through things always helps. This is an open-source project, so feel free to contribute, however small or big your contribution may be.
We follow the Google Python style guide here. We have contribution guidelines here and a code of conduct here as well.
Usage & development
The development of this package will be illustrated through Jupyter notebooks (here) that will be put together in the form of a Jupyter book on our website. To use it, you can install particula
from PyPI or conda-forge with pip install particula
or conda install -c conda-forge particula
, respectively.
For development, you can fork this repository and then install particula
in an editable (-e
) mode --- this is achieved by pip install -e ".[dev]"
in the root of this repository. Invoking pip install -e ".[dev]"
will install particula
, its runtime requirements, and the development and test requirements. The editable mode is useful because it allows seeing the manifestation of code edits globally through the particula
package in your environment (in a way, with the -e
mode, particula
self-updates to account for the latest local code edits).
Tour & Examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for particula-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c96992cf8d41d59de4ecfa3706c981719ad2545b0730a986188116b205a6aca1 |
|
MD5 | 7003433abd6591f15da780c1a49f8943 |
|
BLAKE2b-256 | 705f12175e2c45f1abb4a5832c1592b83403bf78a9e7e320fc7effdb94beb166 |