LICENSE
README.md
pyproject.toml
src/CRYSTALLine.egg-info/PKG-INFO
src/CRYSTALLine.egg-info/SOURCES.txt
src/CRYSTALLine.egg-info/dependency_links.txt
src/CRYSTALLine.egg-info/entry_points.txt
src/CRYSTALLine.egg-info/requires.txt
src/CRYSTALLine.egg-info/top_level.txt
src/crystalline/__init__.py
src/crystalline/__main__.py
src/crystalline/app.py
src/crystalline/diagnose.py
src/crystalline/core/__init__.py
src/crystalline/core/adp.py
src/crystalline/core/bonds.py
src/crystalline/core/brillouin.py
src/crystalline/core/cells.py
src/crystalline/core/crystal_input.py
src/crystalline/core/crystal_points.py
src/crystalline/core/crystallography.py
src/crystalline/core/measure.py
src/crystalline/core/mode_analysis.py
src/crystalline/core/orbitals.py
src/crystalline/core/phonons.py
src/crystalline/core/properties_input.py
src/crystalline/core/slab_symmetry.py
src/crystalline/core/structure.py
src/crystalline/core/symmetry.py
src/crystalline/core/symmetry_reduction.py
src/crystalline/core/undo.py
src/crystalline/crystalio/__init__.py
src/crystalline/crystalio/anscan.py
src/crystalline/crystalio/electronic.py
src/crystalline/crystalio/loader.py
src/crystalline/crystalio/molden.py
src/crystalline/crystalio/pes.py
src/crystalline/crystalio/plotting.py
src/crystalline/crystalio/spectra.py
src/crystalline/crystalio/vci.py
src/crystalline/resources/__init__.py
src/crystalline/resources/check.svg
src/crystalline/resources/chevron-down-dark.svg
src/crystalline/resources/chevron-down-light.svg
src/crystalline/resources/chevron-up-dark.svg
src/crystalline/resources/chevron-up-light.svg
src/crystalline/resources/lamp.svg
src/crystalline/resources/logo.svg
src/crystalline/resources/mixed.svg
src/crystalline/resources/play.svg
src/crystalline/resources/radio.svg
src/crystalline/resources/redo.svg
src/crystalline/resources/stop.svg
src/crystalline/resources/table.svg
src/crystalline/resources/undo.svg
src/crystalline/resources/view-cube.svg
src/crystalline/ui/__init__.py
src/crystalline/ui/drag_controller.py
src/crystalline/ui/image_export.py
src/crystalline/ui/main_window.py
src/crystalline/ui/menus.py
src/crystalline/ui/periodic_table.py
src/crystalline/ui/safety.py
src/crystalline/ui/theme.py
src/crystalline/ui/viewport.py
src/crystalline/ui/wheel_zoom.py
src/crystalline/ui/panels/__init__.py
src/crystalline/ui/panels/anscan_dialog.py
src/crystalline/ui/panels/band_path_editor.py
src/crystalline/ui/panels/controls.py
src/crystalline/ui/panels/dialog_state.py
src/crystalline/ui/panels/display_settings.py
src/crystalline/ui/panels/electronic_dialog.py
src/crystalline/ui/panels/font_dialog.py
src/crystalline/ui/panels/geometry_panel.py
src/crystalline/ui/panels/info_panel.py
src/crystalline/ui/panels/input_builder.py
src/crystalline/ui/panels/orbital_dialog.py
src/crystalline/ui/panels/pes_dialog.py
src/crystalline/ui/panels/phonon_panel.py
src/crystalline/ui/panels/plot_view.py
src/crystalline/ui/panels/properties_builder.py
src/crystalline/ui/panels/spectra_dialog.py
src/crystalline/ui/panels/structure_panel.py
src/crystalline/ui/panels/symmetry_panel.py
src/crystalline/ui/panels/symmetry_reduction.py
src/crystalline/ui/panels/vci_dialog.py
src/crystalline/ui/panels/zone_picker.py
src/crystalline/ui/widgets/__init__.py
src/crystalline/ui/widgets/busy.py
src/crystalline/ui/widgets/drop_hint.py
src/crystalline/ui/widgets/range_slider.py
src/crystalline/ui/widgets/toggle.py
src/crystalline/viz/__init__.py
src/crystalline/viz/export.py
src/crystalline/viz/phonon_animator.py
src/crystalline/viz/render_settings.py
src/crystalline/viz/renderer.py
tests/test_adp.py
tests/test_animator.py
tests/test_anscan.py
tests/test_anscan_dialog.py
tests/test_app_startup.py
tests/test_axis_views.py
tests/test_bonds.py
tests/test_brillouin.py
tests/test_cells.py
tests/test_cif_export.py
tests/test_compose_view.py
tests/test_core.py
tests/test_crystal_input.py
tests/test_crystal_points.py
tests/test_crystallography.py
tests/test_detection.py
tests/test_diagnose.py
tests/test_dialog_state.py
tests/test_display_settings.py
tests/test_drag_and_drop.py
tests/test_drag_controller.py
tests/test_drag_projection.py
tests/test_edit_with_phonons.py
tests/test_electronic.py
tests/test_export.py
tests/test_geometry_panel.py
tests/test_gui_export.py
tests/test_import_atoms.py
tests/test_input_builder.py
tests/test_loader.py
tests/test_measure.py
tests/test_menus.py
tests/test_mode_analysis.py
tests/test_orbitals.py
tests/test_panels_menu.py
tests/test_periodic_table.py
tests/test_pes.py
tests/test_pes_dialog.py
tests/test_phonon_panel.py
tests/test_plot_font.py
tests/test_plot_panel.py
tests/test_plotting.py
tests/test_properties_input.py
tests/test_renderer.py
tests/test_safety.py
tests/test_slab_symmetry.py
tests/test_spectra.py
tests/test_spectra_dialog.py
tests/test_structure_panel.py
tests/test_symmetry.py
tests/test_symmetry_panel.py
tests/test_symmetry_reduction.py
tests/test_theme.py
tests/test_undo.py
tests/test_vci.py
tests/test_vci_dialog.py
tests/test_wheel_zoom.py
tests/test_zone_picker.py
tests/test_zoom_and_cell_view.py