.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGES.md
LICENSE
README.md
environment.yml
requirements-optional.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/code_review.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/update-precommit.yaml
binder/postBuild
binder/requirements.txt
binder/runtime.txt
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/src/citing.rst
docs/src/conf.py
docs/src/getting_started.rst
docs/src/index.rst
docs/src/user_guide.rst
docs/src/_static/api.svg
docs/src/_static/banner.svg
docs/src/_static/contribute.svg
docs/src/_static/custom.js
docs/src/_static/logo.png
docs/src/_static/logo.svg
docs/src/_static/require.js
docs/src/_static/smol_cofe.svg
docs/src/_static/smol_moca.svg
docs/src/_static/smol_workflow.svg
docs/src/_static/starting.svg
docs/src/_static/user.svg
docs/src/_static/css/smol.css
docs/src/api_reference/constants.rst
docs/src/api_reference/exceptions.rst
docs/src/api_reference/index.rst
docs/src/api_reference/io.rst
docs/src/api_reference/utils.rst
docs/src/api_reference/autogen/cofe.extern.rst
docs/src/api_reference/autogen/cofe.rst
docs/src/api_reference/autogen/cofe.space.rst
docs/src/api_reference/autogen/cofe.wrangling.rst
docs/src/api_reference/autogen/moca.ensemble.rst
docs/src/api_reference/autogen/moca.processor.rst
docs/src/api_reference/autogen/moca.rst
docs/src/api_reference/autogen/moca.sampler.rst
docs/src/api_reference/autogen/modules.rst
docs/src/api_reference/cofe/clusterexpansion.rst
docs/src/api_reference/cofe/clusterspace.rst
docs/src/api_reference/cofe/extern.ewald.rst
docs/src/api_reference/cofe/index.rst
docs/src/api_reference/cofe/space.basis.rst
docs/src/api_reference/cofe/space.cluster.rst
docs/src/api_reference/cofe/space.constants.rst
docs/src/api_reference/cofe/space.domain.rst
docs/src/api_reference/cofe/space.orbit.rst
docs/src/api_reference/cofe/space.rst
docs/src/api_reference/cofe/wrangling.rst
docs/src/api_reference/cofe/wrangling.select.rst
docs/src/api_reference/cofe/wrangling.sw.rst
docs/src/api_reference/cofe/wrangling.tools.rst
docs/src/api_reference/moca/ensemble.rst
docs/src/api_reference/moca/index.rst
docs/src/api_reference/moca/processors.base.rst
docs/src/api_reference/moca/processors.composite.rst
docs/src/api_reference/moca/processors.ewald.rst
docs/src/api_reference/moca/processors.expansion.rst
docs/src/api_reference/moca/processors.rst
docs/src/api_reference/moca/sampler.bias.rst
docs/src/api_reference/moca/sampler.container.rst
docs/src/api_reference/moca/sampler.kernel.rst
docs/src/api_reference/moca/sampler.mcusher.rst
docs/src/api_reference/moca/sampler.rst
docs/src/api_reference/moca/sampler.sampler.rst
docs/src/api_reference/moca/sublattice.rst
docs/src/developer_guide/design.rst
docs/src/developer_guide/guide.rst
docs/src/developer_guide/index.rst
docs/src/notebooks/adding-structures-in-parallel.ipynb
docs/src/notebooks/ce-fit-w-centering.ipynb
docs/src/notebooks/cluster-visualization.ipynb
docs/src/notebooks/creating-a-ce-w-electrostatics.ipynb
docs/src/notebooks/creating-a-ce.ipynb
docs/src/notebooks/index.ipynb
docs/src/notebooks/lmo-drx-ce-mc.ipynb
docs/src/notebooks/running-canonical-mc.ipynb
docs/src/notebooks/running-charge-balanced-gcmc.ipynb
docs/src/notebooks/running-ewald-sim_anneal.ipynb
docs/src/notebooks/running-semigrand-mc.ipynb
docs/src/notebooks/training-data-preparation.ipynb
docs/src/notebooks/wang-landau-ising.ipynb
docs/src/notebooks/.ipynb_checkpoints/ce-fit-w-centering-checkpoint.ipynb
docs/src/notebooks/data/LMTO.mson
docs/src/notebooks/data/LiMn2O4_drx_tutorial.json
docs/src/notebooks/data/MnTi_O.json
docs/src/notebooks/data/basic_ce.mson
docs/src/notebooks/data/basic_ce_ewald.mson
docs/src/notebooks/data/lmo_drx_entries.json
docs/src/notebooks/data/lmo_drx_prim.json
docs/src/notebooks/data/lmof_entries.json
docs/src/notebooks/data/lmof_prim.json
docs/src/notebooks/data/lmto_entries.json
docs/src/notebooks/data/lmto_indicator.json
docs/src/notebooks/data/lmto_prim.json
docs/src/notebooks/data/lmto_sinusoid.mson
docs/src/notebooks/data/lno_entries.json
docs/src/notebooks/data/lno_prim.json
docs/src/notebooks/wip/basis-orthogonalization.ipynb
smol/__init__.py
smol/constants.py
smol/correlations.c
smol/correlations.pyx
smol/exceptions.py
smol/io.py
smol/utils.py
smol.egg-info/PKG-INFO
smol.egg-info/SOURCES.txt
smol.egg-info/dependency_links.txt
smol.egg-info/requires.txt
smol.egg-info/top_level.txt
smol/cofe/__init__.py
smol/cofe/expansion.py
smol/cofe/extern/__init__.py
smol/cofe/extern/ewald.py
smol/cofe/space/__init__.py
smol/cofe/space/basis.py
smol/cofe/space/cluster.py
smol/cofe/space/clusterspace.py
smol/cofe/space/constants.py
smol/cofe/space/domain.py
smol/cofe/space/orbit.py
smol/cofe/wrangling/__init__.py
smol/cofe/wrangling/select.py
smol/cofe/wrangling/tools.py
smol/cofe/wrangling/wrangler.py
smol/moca/__init__.py
smol/moca/composition.py
smol/moca/ensemble.py
smol/moca/sublattice.py
smol/moca/processor/__init__.py
smol/moca/processor/base.py
smol/moca/processor/composite.py
smol/moca/processor/ewald.py
smol/moca/processor/expansion.py
smol/moca/sampler/__init__.py
smol/moca/sampler/bias.py
smol/moca/sampler/container.py
smol/moca/sampler/kernel.py
smol/moca/sampler/mcusher.py
smol/moca/sampler/namespace.py
smol/moca/sampler/sampler.py
smol/moca/utils/__init__.py
smol/moca/utils/math.py
smol/moca/utils/occu.py
tests/__init__.py
tests/conftest.py
tests/pytest.ini
tests/test_io.py
tests/test_utils.py
tests/utils.py
tests/data/AuPd_prim.json
tests/data/CrFeW_prim.json
tests/data/LiCaBr_prim.json
tests/data/LiMOF_prim.json
tests/data/LiMnTiVOF_prim.json
tests/data/LiTiMnPO_prim.json
tests/data/__init__.py
tests/test_cofe/test_basis.py
tests/test_cofe/test_cluster.py
tests/test_cofe/test_clusterspace.py
tests/test_cofe/test_domain.py
tests/test_cofe/test_ewald.py
tests/test_cofe/test_expansion.py
tests/test_cofe/test_orbit.py
tests/test_cofe/test_select.py
tests/test_cofe/test_tools.py
tests/test_cofe/test_wrangler.py
tests/test_moca/test_bias.py
tests/test_moca/test_comp_space.py
tests/test_moca/test_ensemble.py
tests/test_moca/test_kernel.py
tests/test_moca/test_math_utils.py
tests/test_moca/test_mcushers.py
tests/test_moca/test_occu_utils.py
tests/test_moca/test_processor.py
tests/test_moca/test_samplecontainer.py
tests/test_moca/test_sampler.py
tests/test_moca/test_sublattice.py