.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
api/api.py
api/setup.py
api/test_api.py
data/compounds.json
data/pitzer_thereda.json
data/reactions_solids.1.json
data/reactions_solids.json
data/reactions_solutions.json
data/reactions_solutions_asphreeqc.json
data/species.json
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/getting-started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/modules.rst
docs/source/samples.rst
docs/source/imgs/display_reactions.png
pyequion/PengRobinson.py
pyequion/__init__.py
pyequion/activity_coefficients.py
pyequion/conductivity.py
pyequion/core.py
pyequion/jit_helper.py
pyequion/pitzer.py
pyequion/properties_utils.py
pyequion/pyequion.py
pyequion/reactions_species_builder.py
pyequion/read_from_phreeqc_db.py
pyequion/symbolic_computations.py
pyequion/utils.py
pyequion/utils_api.py
pyequion/utils_for_numba.py
pyequion/wateractivity.py
pyequion.egg-info/PKG-INFO
pyequion.egg-info/SOURCES.txt
pyequion.egg-info/dependency_links.txt
pyequion.egg-info/not-zip-safe
pyequion.egg-info/requires.txt
pyequion.egg-info/top_level.txt
pyequion/data/__init__.py
pyequion/data/reactions_solids.py
pyequion/data/reactions_solutions.py
pyequion/data/species.py
samples/CaCO3Equilibrium.ipynb
samples/PaperCaseNaHCO3CaCl2.ipynb
samples/aux_create_dynsim.py
samples/bromley_listing.py
samples/caco3_dyn_sim_daetools.py
samples/check_comp.py
samples/getting_started.py
samples/mean_coef_mgcl2_cacl2_evarodil.py
samples/small_check.py
tests/SAVE_SOLUTIONREF.py
tests/conftest.py
tests/test_api_using_phreeqc.py
tests/test_reactions_formatted.py
tests/test_reactions_species_builder.py
tests/test_symbolic.py
tests/utils_tests.py