CHANGELOG.md
LICENSE
MANIFEST.in
README.md
THIRD-PARTY-LICENSES.md
pyproject.toml
setup.py
src/physikmdb/__init__.py
src/physikmdb/__main__.py
src/physikmdb/_assets.py
src/physikmdb/_library.py
src/physikmdb/binary.py
src/physikmdb/database.py
src/physikmdb/fields.py
src/physikmdb/kernels.py
src/physikmdb/maps.py
src/physikmdb/plot.py
src/physikmdb/rows.py
src/physikmdb/spectra.py
src/physikmdb/units.py
src/physikmdb.egg-info/PKG-INFO
src/physikmdb.egg-info/SOURCES.txt
src/physikmdb.egg-info/dependency_links.txt
src/physikmdb.egg-info/entry_points.txt
src/physikmdb.egg-info/requires.txt
src/physikmdb.egg-info/top_level.txt
src/physikmdb/_vendor/kernels/basis.h
src/physikmdb/_vendor/kernels/harmonics.h
src/physikmdb/_vendor/kernels/kernels.h
src/physikmdb/_vendor/kernels/map_image.c
src/physikmdb/_vendor/kernels/momentum_map.c
src/physikmdb/_vendor/kernels/momentumspace.c
src/physikmdb/_vendor/kernels/realspace.c
src/physikmdb/_vendor/viewer/static/javascript/507.js
src/physikmdb/_vendor/viewer/static/javascript/band-map.js
src/physikmdb/_vendor/viewer/static/javascript/band-plot.js
src/physikmdb/_vendor/viewer/static/javascript/column-menu.js
src/physikmdb/_vendor/viewer/static/javascript/constants.js
src/physikmdb/_vendor/viewer/static/javascript/controls.js
src/physikmdb/_vendor/viewer/static/javascript/ekin-strip.js
src/physikmdb/_vendor/viewer/static/javascript/energy-plot.js
src/physikmdb/_vendor/viewer/static/javascript/entry.js
src/physikmdb/_vendor/viewer/static/javascript/exciton-character.js
src/physikmdb/_vendor/viewer/static/javascript/exciton-coverage.js
src/physikmdb/_vendor/viewer/static/javascript/exciton-page.js
src/physikmdb/_vendor/viewer/static/javascript/exciton.js
src/physikmdb/_vendor/viewer/static/javascript/export-writers.js
src/physikmdb/_vendor/viewer/static/javascript/exports.js
src/physikmdb/_vendor/viewer/static/javascript/fetcher.js
src/physikmdb/_vendor/viewer/static/javascript/field-worker.js
src/physikmdb/_vendor/viewer/static/javascript/grids.js
src/physikmdb/_vendor/viewer/static/javascript/help.js
src/physikmdb/_vendor/viewer/static/javascript/home.js
src/physikmdb/_vendor/viewer/static/javascript/horizon.js
src/physikmdb/_vendor/viewer/static/javascript/intensity-scale.js
src/physikmdb/_vendor/viewer/static/javascript/kpath-overlay.js
src/physikmdb/_vendor/viewer/static/javascript/kpath.js
src/physikmdb/_vendor/viewer/static/javascript/line-profile.js
src/physikmdb/_vendor/viewer/static/javascript/map-worker.js
src/physikmdb/_vendor/viewer/static/javascript/maximize.js
src/physikmdb/_vendor/viewer/static/javascript/mesh-export.js
src/physikmdb/_vendor/viewer/static/javascript/momentum-blur.js
src/physikmdb/_vendor/viewer/static/javascript/momentum-plot.js
src/physikmdb/_vendor/viewer/static/javascript/orbital-cube.js
src/physikmdb/_vendor/viewer/static/javascript/orbital-list.js
src/physikmdb/_vendor/viewer/static/javascript/orbital-selection.js
src/physikmdb/_vendor/viewer/static/javascript/references.js
src/physikmdb/_vendor/viewer/static/javascript/share-link.js
src/physikmdb/_vendor/viewer/static/javascript/theme.js
src/physikmdb/_vendor/viewer/static/javascript/three-views.js
src/physikmdb/_vendor/viewer/static/javascript/tour-launch.js
src/physikmdb/_vendor/viewer/static/javascript/tour.js
src/physikmdb/_vendor/viewer/static/javascript/transition-diagram.js
src/physikmdb/_vendor/viewer/static/javascript/utils.js
src/physikmdb/_vendor/viewer/static/javascript/viewer.js
src/physikmdb/_vendor/viewer/static/javascript/wasm-memory.js
src/physikmdb/_vendor/viewer/static/javascript/workers.js
src/physikmdb/_vendor/viewer/static/javascript/zip-writer.js
src/physikmdb/_vendor/viewer/static/javascript/libraries/three.min.js
src/physikmdb/_vendor/viewer/static/javascript/libraries/three.min.js.LICENSE.txt
src/physikmdb/_vendor/viewer/static/javascript/libraries/uplot.min.js
src/physikmdb/_vendor/viewer/static/misc/favicon.ico
src/physikmdb/_vendor/viewer/static/misc/main.pdf
src/physikmdb/_vendor/viewer/static/styles/base.css
src/physikmdb/_vendor/viewer/static/styles/entry.css
src/physikmdb/_vendor/viewer/static/styles/exciton.css
src/physikmdb/_vendor/viewer/static/styles/help.css
src/physikmdb/_vendor/viewer/static/styles/home.css
src/physikmdb/_vendor/viewer/static/styles/tour.css
src/physikmdb/_vendor/viewer/static/styles/uplot.min.css
src/physikmdb/_vendor/viewer/static/wasm/kernels_wrapper.js
src/physikmdb/_vendor/viewer/static/wasm/kernels_wrapper.wasm
src/physikmdb/_vendor/viewer/templates/_header_nav.html
src/physikmdb/_vendor/viewer/templates/_header_view_switch.html
src/physikmdb/_vendor/viewer/templates/_panel_calculations.html
src/physikmdb/_vendor/viewer/templates/_panel_controls.html
src/physikmdb/_vendor/viewer/templates/_panel_controls_exciton.html
src/physikmdb/_vendor/viewer/templates/_panel_export.html
src/physikmdb/_vendor/viewer/templates/_panel_info_pane.html
src/physikmdb/_vendor/viewer/templates/_panel_momentum.html
src/physikmdb/_vendor/viewer/templates/_panel_real_space.html
src/physikmdb/_vendor/viewer/templates/_panel_real_space_toggles.html
src/physikmdb/_vendor/viewer/templates/base.html
src/physikmdb/_vendor/viewer/templates/entry.html
src/physikmdb/_vendor/viewer/templates/exciton.html
src/physikmdb/_vendor/viewer/templates/home.html
src/physikmdb/_vendor/viewer/templates/imprint.html
src/physikmdb/_vendor/viewer/templates/license.html
src/physikmdb/_vendor/viewer/templates/privacy.html
src/physikmdb/examples/01_first_map.py
src/physikmdb/examples/02_browse.py
src/physikmdb/examples/03_orbital_series.py
src/physikmdb/examples/04_experiment.py
src/physikmdb/examples/05_offline_and_fields.py
src/physikmdb/examples/06_energy_spectrum.py
src/physikmdb/examples/07_kernels_directly.py
src/physikmdb/examples/08_your_own_calculation.py
src/physikmdb/examples/09_papers_and_spectrum.py
src/physikmdb/examples/10_band_map_and_profile.py
src/physikmdb/parsers/__init__.py
src/physikmdb/parsers/base.py
src/physikmdb/parsers/downloads.py
src/physikmdb/parsers/excitons.py
src/physikmdb/parsers/folder.py
src/physikmdb/parsers/lcao.py
src/physikmdb/parsers/nwchem.py
src/physikmdb/parsers/orca.py
src/physikmdb/parsers/orca_cis.py
src/physikmdb/parsers/structure.py
src/physikmdb/viewer/__init__.py
src/physikmdb/viewer/context.py
src/physikmdb/viewer/render.py
src/physikmdb/viewer/server.py
tests/conftest.py
tests/sample.py
tests/test_binary.py
tests/test_database.py
tests/test_documented_examples.py
tests/test_kernels.py
tests/test_package.py
tests/test_units.py
tests/test_viewer_server.py