.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/vignette.ipynb
docs/_static/.gitignore
src/quipcell/__init__.py
src/quipcell/_maxent_dual_lbfgs.py
src/quipcell/_quipcell.py
src/quipcell/_solvers.py
src/quipcell.egg-info/PKG-INFO
src/quipcell.egg-info/SOURCES.txt
src/quipcell.egg-info/dependency_links.txt
src/quipcell.egg-info/not-zip-safe
src/quipcell.egg-info/requires.txt
src/quipcell.egg-info/top_level.txt
tests/conftest.py
tests/generate_test_example.py
tests/test_example.py
tests/test_example_mu.txt
tests/test_example_w.txt
tests/test_example_w_alpha3.txt
tests/test_example_w_kl.txt
tests/test_example_w_norm.txt
tests/test_example_w_relaxed.txt
tests/test_example_w_relaxed2.txt
tests/test_example_x.txt
vignette/.gitignore
vignette/Readme.md
vignette/environment.yml
vignette/preprocess.py
vignette/vignette.ipynb
vignette/vignette.py