.. galpynostatic documentation master file, created by
sphinx-quickstart on Wed Dec 14 16:21:35 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
=============
galpynostatic
=============
.. image:: https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml/badge.svg
:target: https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml
:alt: galpynostatic CI
.. image:: https://readthedocs.org/projects/galpynostatic/badge/?version=latest
:target: https://galpynostatic.readthedocs.io/
:alt: ReadTheDocs
.. image:: https://img.shields.io/pypi/v/galpynostatic
:target: https://pypi.org/project/galpynostatic/
:alt: PyPI Version
.. image:: https://img.shields.io/badge/python-3.12%2B-4584b6
:target: https://www.python.org/
:alt: python version
.. image:: https://img.shields.io/badge/License-MIT-ffde57
:target: https://github.com/fernandezfran/galpynostatic/blob/main/LICENSE
:alt: mit license
.. image:: https://img.shields.io/badge/doi-10.1016/j.electacta.2023.142951-36abe8
:target: https://doi.org/10.1016/j.electacta.2023.142951
:alt: doi
**galpynostatic** is a Python/C++ package with physics-based and data-driven
models to predict optimal conditions for fast-charging lithium-ion batteries.
Contact
-------
If you have any questions, you can contact me at ffernandev@gmail.com
Requirements
------------
You need Python 3.12+ to run galpynostatic. All other dependencies, which are the
usual ones of the scientific computing stack
(`matplotlib `__, `NumPy `__,
`pandas `__, `scikit-learn `__
and `SciPy `__), are installed automatically.
Code Repository
---------------
https://github.com/fernandezfran/galpynostatic/
Contents
--------
.. toctree::
:maxdepth: 2
:caption: Tutorials
install
tutorials/index
.. toctree::
:maxdepth: 3
:caption: API Reference
api/api
Citations
---------
If you use galpynostatic in a scientific publication, we would appreciate it if
you could cite the main article of the package:
.. pull-quote::
F. Fernandez, E. M. Gavilán-Arriazu, D. E. Barraco, A. Visintin, Y. Ein-Eli
and E. P. M. Leiva. "Towards a fast-charging of LIBs electrode materials: a
heuristic model based on galvanostatic simulations." `Electrochimica Acta 464`
(2023): 142951.
For certain modules of the code, please refer to other works:
* `galpynostatic.metric`: TODO DOI
* `galpynostatic.datasets`: https://doi.org/10.1002/cphc.202200665
BibTeX entries can be found in the
`CITATIONS.bib `__
file.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`