.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
COPYING
LICENSE.txt
MANIFEST.in
README.md
pyeql-logo.png
pyeql-logo.svg
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/workflows/post-process.yml
.github/workflows/release.yml
.github/workflows/testing.yaml
.github/workflows/upgrade_dependencies.yml
docs/Makefile
docs/amounts.md
docs/arithmetic.md
docs/authors.md
docs/changelog.md
docs/chemistry.md
docs/class_solution.md
docs/conf.py
docs/contributing.md
docs/creating.md
docs/database.md
docs/engines.md
docs/index.md
docs/installation.md
docs/internal.md
docs/license.md
docs/mixing.md
docs/quickstart.md
docs/readme.md
docs/requirements.txt
docs/serialization.md
docs/tutorials.md
docs/units.md
docs/_static/.gitignore
docs/examples/pyEQL_demo_1.ipynb
docs/examples/pyeql_demo.ipynb
docs/examples/pyeql_tutorial_database.ipynb
docs/examples/pyeql_tutorial_osmotic_pressure.ipynb
docs/examples/speedup.ipynb
docs/examples/.ipynb_checkpoints/pyEQL_demo_1-checkpoint.ipynb
docs/examples/.ipynb_checkpoints/pyeql_demo-checkpoint.ipynb
docs/examples/.ipynb_checkpoints/pyeql_tutorial_database-checkpoint.ipynb
docs/examples/.ipynb_checkpoints/pyeql_tutorial_osmotic_pressure-checkpoint.ipynb
docs/examples/.ipynb_checkpoints/speedup-checkpoint.ipynb
requirements/macos-latest_py3.10.txt
requirements/macos-latest_py3.10_extras.txt
requirements/macos-latest_py3.11.txt
requirements/macos-latest_py3.11_extras.txt
requirements/macos-latest_py3.12.txt
requirements/macos-latest_py3.12_extras.txt
requirements/macos-latest_py3.9.txt
requirements/macos-latest_py3.9_extras.txt
requirements/ubuntu-latest_py3.10.txt
requirements/ubuntu-latest_py3.10_extras.txt
requirements/ubuntu-latest_py3.11.txt
requirements/ubuntu-latest_py3.11_extras.txt
requirements/ubuntu-latest_py3.12.txt
requirements/ubuntu-latest_py3.12_extras.txt
requirements/ubuntu-latest_py3.9.txt
requirements/ubuntu-latest_py3.9_extras.txt
requirements/windows-latest_py3.10.txt
requirements/windows-latest_py3.10_extras.txt
requirements/windows-latest_py3.11.txt
requirements/windows-latest_py3.11_extras.txt
requirements/windows-latest_py3.12.txt
requirements/windows-latest_py3.12_extras.txt
requirements/windows-latest_py3.9.txt
requirements/windows-latest_py3.9_extras.txt
src/pyEQL/__init__.py
src/pyEQL/activity_correction.py
src/pyEQL/engines.py
src/pyEQL/equilibrium.py
src/pyEQL/functions.py
src/pyEQL/logging_system.py
src/pyEQL/pint_custom_units.txt
src/pyEQL/salt_ion_match.py
src/pyEQL/solute.py
src/pyEQL/solution.py
src/pyEQL/utils.py
src/pyEQL.egg-info/PKG-INFO
src/pyEQL.egg-info/SOURCES.txt
src/pyEQL.egg-info/dependency_links.txt
src/pyEQL.egg-info/not-zip-safe
src/pyEQL.egg-info/requires.txt
src/pyEQL.egg-info/top_level.txt
src/pyEQL/database/geothermal.dat
src/pyEQL/database/llnl.dat
src/pyEQL/database/phreeqc_license.txt
src/pyEQL/database/pyeql_db.json
src/pyEQL/presets/Ringers lactate.yaml
src/pyEQL/presets/normal saline.yaml
src/pyEQL/presets/rainwater.yaml
src/pyEQL/presets/seawater.yaml
src/pyEQL/presets/urine.yaml
src/pyEQL/presets/wastewater.yaml
tests/conftest.py
tests/test_activity.py
tests/test_bulk_properties.py
tests/test_debye_length.py
tests/test_density.py
tests/test_dielectric.py
tests/test_effective_pitzer.py
tests/test_functions.py
tests/test_mixed_electrolyte_activity.py
tests/test_osmotic_coeff.py
tests/test_phreeqc.py
tests/test_salt_matching.py
tests/test_solute.py
tests/test_solute_properties.py
tests/test_solution.py
tests/test_utils.py
tests/test_volume_concentration.py