Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chicolucio/kinetics_generator

Generates chemical kinetics data.
https://github.com/chicolucio/kinetics_generator

chemical-kinetics chemistry kinetics python science scipy uncertainties

Last synced: about 2 months ago
JSON representation

Generates chemical kinetics data.

Awesome Lists containing this project

README

        

# Kinetics generator

Generates chemical kinetics data.

![plot_example](saves/ex01_ln_conc.png)

Sometimes, as a chemistry teacher or professor, we want a data set so that
students can practice some concepts. This project generates chemical kinetics
data so that the educator can elaborate questions asking for the order and rate
constant for a given data set. The module can also simulates uncertainties
allowing the educator to explore error propagation and related subjects.

## Installation

Just clone or download this repo. This is not a package (yet, maybe someday :-))

## Usage

See the [tutorial file](kinetics_generator_tutorial.ipynb).

## Under the hood - requirements

This project relies mainly on [SciPy](https://www.scipy.org/),
[Matplotlib](https://matplotlib.org/), [numpy](https://numpy.org/) and
[uncertainties](https://pythonhosted.org/uncertainties/).

## Contributing

All contributions are welcome.

**Issues**

Feel free to submit issues regarding:

- recommendations
- more examples for the tutorial
- enhancement requests and new useful features
- code bugs

**Pull requests**

- before starting to work on your pull request, please submit an issue first
- fork the repo
- clone the project to your own machine
- commit changes to your own branch
- push your work back up to your fork
- submit a pull request so that your changes can be reviewed

## License

MIT, see [LICENSE](LICENSE)

## Citing

If you use this project in a scientific publication or in classes, please
consider citing as

F. L. S. Bustamante, *Kinetics generator*, 2020 - Available at:
https://github.com/chicolucio/kinetics_generator