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/core/__init__.py
src/crystalline/core/bonds.py
src/crystalline/core/cells.py
src/crystalline/core/crystal_input.py
src/crystalline/core/crystallography.py
src/crystalline/core/measure.py
src/crystalline/core/phonons.py
src/crystalline/core/structure.py
src/crystalline/core/undo.py
src/crystalline/crystalio/__init__.py
src/crystalline/crystalio/loader.py
src/crystalline/crystalio/plotting.py
src/crystalline/resources/__init__.py
src/crystalline/resources/logo.svg
src/crystalline/ui/__init__.py
src/crystalline/ui/drag_controller.py
src/crystalline/ui/main_window.py
src/crystalline/ui/menus.py
src/crystalline/ui/periodic_table.py
src/crystalline/ui/viewport.py
src/crystalline/ui/panels/__init__.py
src/crystalline/ui/panels/display_settings.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/phonon_panel.py
src/crystalline/ui/panels/plot_view.py
src/crystalline/ui/panels/structure_panel.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_animator.py
tests/test_app_startup.py
tests/test_bonds.py
tests/test_cells.py
tests/test_cif_export.py
tests/test_core.py
tests/test_crystal_input.py
tests/test_crystallography.py
tests/test_detection.py
tests/test_drag_controller.py
tests/test_drag_projection.py
tests/test_edit_with_phonons.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_periodic_table.py
tests/test_phonon_panel.py
tests/test_plot_panel.py
tests/test_plotting.py
tests/test_renderer.py
tests/test_structure_panel.py
tests/test_undo.py