.gitignore
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/scripts/parse_testplot_mention.py
.github/scripts/select_testplot_args_from_diff.py
.github/workflows/claude.yml
.github/workflows/pypi-publish.yml
.github/workflows/testplot-mention.yml
.github/workflows/testplot.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/bench_interpolators.py
benchmarks/poly_fasttsp_budget.py
benchmarks/poly_methods.py
docs/api.md
docs/conf.py
docs/index.md
docs/installation.md
docs/notebooks
docs/notebooks.rst
docs/api/calculate.md
docs/api/interpolate.md
docs/api/phases.md
docs/api/plot.md
docs/api/poly.md
docs/api/resample.md
landau/__init__.py
landau/_version.py
landau/calculate.py
landau/plot.py
landau/poly.py
landau/refine.py
landau/resample.py
landau.egg-info/PKG-INFO
landau.egg-info/SOURCES.txt
landau.egg-info/dependency_links.txt
landau.egg-info/requires.txt
landau.egg-info/top_level.txt
landau/interpolate/__init__.py
landau/interpolate/basic.py
landau/interpolate/softplus.py
landau/interpolate/whitney.py
landau/phases/__init__.py
landau/phases/asewrapper.py
notebooks/Basics.ipynb
notebooks/ClausiusClapeyron.ipynb
notebooks/ExcessFreeEnergy.ipynb
notebooks/IdealSolution.ipynb
notebooks/Intermetallics.ipynb
notebooks/PointDefects.ipynb
notebooks/Toy.ipynb
notebooks/ASE/EMT_CuAg.ipynb
notebooks/ASE/FCC_BCC_Fe.ipynb
notebooks/ASE/Hydrate.ipynb
notebooks/MgCa/MgCa.ipynb
notebooks/MgCa/MgCaFreeEnergies.pckl.gz
notebooks/MgCa/MgCaPhases.pckl
scripts/cc_demo.png
scripts/cc_demo.py
tests/conftest.py
tests/integration/testplots.py
tests/regression/test_cluster_phase_pandas3.py
tests/regression/test_issue_1.py
tests/regression/test_issue_51.py
tests/regression/test_pandas_groupby.py
tests/regression/test_single_group_apply.py
tests/unit/test_calculate.py
tests/unit/test_phases.py
tests/unit/test_poly.py
tests/unit/test_refine.py
tests/unit/test_resample.py
tests/unit/test_softplus.py
tests/unit/test_whitney.py
tests/unit/interpolate/test_g_calphad.py
tests/unit/interpolate/test_polyfit.py
tests/unit/interpolate/test_redlich_kister.py
tests/unit/interpolate/test_sgte.py
tests/unit/interpolate/test_softplus_fit.py
tests/unit/interpolate/test_stitched_fit.py
tests/unit/phases/test_ase.py
tests/unit/phases/test_vectorize.py
tests/unit/plot/test_axis.py
tests/unit/plot/test_colors.py
tests/unit/plot/test_excess_free_energy.py
tests/unit/plot/test_polygons.py