CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/chemthermo/__init__.py
src/chemthermo/__main__.py
src/chemthermo/_eos_memo.py
src/chemthermo/citations.py
src/chemthermo/cli.py
src/chemthermo/exceptions.py
src/chemthermo/phase_boundary.py
src/chemthermo/py.typed
src/chemthermo/schemas.py
src/chemthermo/units.py
src/chemthermo/validation.py
src/chemthermo/vle.py
src/chemthermo.egg-info/PKG-INFO
src/chemthermo.egg-info/SOURCES.txt
src/chemthermo.egg-info/dependency_links.txt
src/chemthermo.egg-info/entry_points.txt
src/chemthermo.egg-info/requires.txt
src/chemthermo.egg-info/top_level.txt
src/chemthermo/bench/__init__.py
src/chemthermo/bench/__main__.py
src/chemthermo/bench/_cases.py
src/chemthermo/bench/_record.py
src/chemthermo/bench/robustness.py
src/chemthermo/core/__init__.py
src/chemthermo/core/component.py
src/chemthermo/core/composition.py
src/chemthermo/core/mixture.py
src/chemthermo/data/__init__.py
src/chemthermo/data/components.json
src/chemthermo/data/references.bib
src/chemthermo/data/schema.py
src/chemthermo/eos/__init__.py
src/chemthermo/eos/_pcsaft_association.py
src/chemthermo/eos/_pcsaft_density.py
src/chemthermo/eos/api.py
src/chemthermo/eos/pcsaft.py
src/chemthermo/eos/registry.py
src/chemthermo/flash/__init__.py
src/chemthermo/flash/_assemble.py
src/chemthermo/flash/_common.py
src/chemthermo/flash/_detect.py
src/chemthermo/flash/_legacy.py
src/chemthermo/flash/_log_space.py
src/chemthermo/flash/_multiphase.py
src/chemthermo/flash/_multiphase_log_space.py
src/chemthermo/flash/_multiphase_rr.py
src/chemthermo/flash/_second_order.py
src/chemthermo/flash/_split.py
src/chemthermo/flash/_verify.py
src/chemthermo/flash/api.py
src/chemthermo/flash/results.py
src/chemthermo/flash/settings.py
src/chemthermo/flash/tp.py
src/chemthermo/models/__init__.py
src/chemthermo/models/_antoine.py
src/chemthermo/models/_kij.py
src/chemthermo/models/base.py
src/chemthermo/models/nrtl.py
src/chemthermo/models/peng_robinson.py
src/chemthermo/parameters/__init__.py
src/chemthermo/parameters/activity.py
src/chemthermo/parameters/nrtl.py
src/chemthermo/parameters/pcsaft.py
src/chemthermo/parameters/data/activity/nrtl.json
src/chemthermo/parameters/data/eos/pcsaft.json
src/chemthermo/stability/__init__.py
src/chemthermo/stability/_evaluator.py
src/chemthermo/stability/results.py
src/chemthermo/stability/settings.py
src/chemthermo/stability/tp.py