.coveragerc
.gitattributes
.github_changelog_generator
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/python-publish.yml
.github/workflows/testing.yml
.github/workflows/update-precommit.yml
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.css
docs/source/_static/orcid.svg
docs/source/_static/fonts/lato-bold-italic.woff
docs/source/_static/fonts/lato-bold-italic.woff2
docs/source/_static/fonts/lato-bold.woff
docs/source/_static/fonts/lato-bold.woff2
docs/source/_static/fonts/lato-normal-italic.woff
docs/source/_static/fonts/lato-normal-italic.woff2
docs/source/_static/fonts/lato-normal.woff
docs/source/_static/fonts/lato-normal.woff2
docs/source/_static/img/chgcar_example.png
docs/source/_static/img/mp_api.png
docs/source/_static/img/output_3_0.png
docs/source/_static/img/output_5_0.png
docs/source/_static/img/output_7_0.png
docs/source/_static/img/output_9_0.png
notebooks/download_from_api.ipynb
notebooks/learning_trig.ipynb
notebooks/regridding.ipynb
notebooks/smearing.ipynb
src/mp_pyrho.egg-info/PKG-INFO
src/mp_pyrho.egg-info/SOURCES.txt
src/mp_pyrho.egg-info/dependency_links.txt
src/mp_pyrho.egg-info/requires.txt
src/mp_pyrho.egg-info/top_level.txt
src/pyrho/__init__.py
src/pyrho/charge_density.py
src/pyrho/pgrid.py
src/pyrho/utils.py
src/pyrho/vis/__init__.py
src/pyrho/vis/scatter.py
tests/conftest.py
tests/test_charge_density.py
tests/test_doctests.py
tests/test_pgrid.py
tests/test_utils.py
tests/vis/test_scatter.py