.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/codecov.yml
.github/workflows/joss-paper-draft.yml
.github/workflows/python-package.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/rtd-requirements.txt
docs/temp.txt
docs/notes/chemical_potential.tex
docs/notes/definealphabet.tex.inc
docs/notes/grand_canonical.tex
docs/paper/Makefile
docs/paper/paper.bib
docs/paper/paper.md
docs/source/api.rst
docs/source/conf.py
docs/source/detail.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/symbol.rst
docs/source/theory.rst
docs/source/_templates/custom-module-template.rst
docs/source/ext/autoclasstoc/LICENSE.txt
docs/source/ext/autoclasstoc/__init__.py
docs/source/ext/autoclasstoc/errors.py
docs/source/ext/autoclasstoc/plugin.py
docs/source/ext/autoclasstoc/sections.py
docs/source/ext/autoclasstoc/utils.py
docs/source/ext/autoclasstoc/_static/autoclasstoc.css
examples/binary_phase_diagram.py
examples/binary_phase_diagram.py.jpg
examples/coexisting_with_constraints.py
examples/coexisting_with_constraints.py.out
examples/find_coexiting_phases.py
examples/find_coexiting_phases.py.out
examples/find_coexiting_phases_class.py
examples/find_coexiting_phases_class.py.out
examples/find_coexiting_phases_ternary.py
examples/find_coexiting_phases_ternary.py.out
examples/find_coexiting_phases_unequal_sizes.py
examples/find_coexiting_phases_unequal_sizes.py.out
examples/finite_size_effect.py
examples/finite_size_effect.py.jpg
examples/grandcanonical_with_constraints.py
examples/grandcanonical_with_constraints.py.out
examples/ternary_phase_diagram.py
examples/ternary_phase_diagram.py.jpg
flory/__init__.py
flory/_version.py
flory/shortcut.py
flory.egg-info/PKG-INFO
flory.egg-info/SOURCES.txt
flory.egg-info/dependency_links.txt
flory.egg-info/requires.txt
flory.egg-info/top_level.txt
flory/common/__init__.py
flory/common/exceptions.py
flory/common/phases.py
flory/common/utilities.py
flory/constraint/__init__.py
flory/constraint/base.py
flory/constraint/linear_global.py
flory/constraint/linear_local.py
flory/constraint/no.py
flory/ensemble/__init__.py
flory/ensemble/base.py
flory/ensemble/canonical.py
flory/ensemble/grandcanonical.py
flory/entropy/__init__.py
flory/entropy/base.py
flory/entropy/ideal_gas.py
flory/free_energy/__init__.py
flory/free_energy/base.py
flory/free_energy/flory_huggins.py
flory/interaction/__init__.py
flory/interaction/base.py
flory/interaction/flory_huggins.py
flory/mcmp/__init__.py
flory/mcmp/_finder_impl.py
flory/mcmp/finder.py
tests/conftest.py
tests/requirements.txt
tests/test_examples.py
tests/test_shortcut.py
tests/mcmp/test_finder.py
tests/mcmp/test_finder_impl.py