.gitattributes
.gitignore
.readthedocs.yml
CHANGELOG.rst
CITATION.cff
LICENSE
MANIFEST.in
README.rst
release.py
release_tox.ini
setup.cfg
setup.py
tox.ini
versioneer.py
.github/workflows/build_upload_pypi_wheels.yml
.github/workflows/create-landing-page.yml
.github/workflows/run_tests.yml
.github/workflows/test_release.yml
c/_euphonic.c
c/dyn_mat.c
c/dyn_mat.h
c/load_libs.c
c/load_libs.h
c/py_util.c
c/py_util.h
c/util.c
c/util.h
doc/Makefile
doc/make.bat
doc/requirements.txt
doc/source/changelog.rst
doc/source/cite.rst
doc/source/cl-tools.rst
doc/source/conf.py
doc/source/crystal.rst
doc/source/debye-waller.rst
doc/source/dipole-parameter-script.rst
doc/source/disp-script.rst
doc/source/dos-script.rst
doc/source/dos.rst
doc/source/force-constants.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/intensity-map-script.rst
doc/source/plotting.rst
doc/source/powder-map-script.rst
doc/source/powder.rst
doc/source/python-api.rst
doc/source/qpoint-frequencies.rst
doc/source/qpoint-phonon-modes.rst
doc/source/sampling-script.rst
doc/source/sampling.rst
doc/source/scattering-intensities.rst
doc/source/spectra.rst
doc/source/structure-factor.rst
doc/source/styling.rst
doc/source/units.rst
doc/source/utils.rst
doc/source/figures/euphonic-dispersion-nacl.png
doc/source/figures/euphonic-dispersion-quartz.png
doc/source/figures/euphonic-dos-nacl.png
doc/source/figures/euphonic-dos-quartz.png
doc/source/figures/euphonic-intensity-map-lzo.png
doc/source/figures/euphonic-intensity-map-quartz.png
doc/source/figures/euphonic-powder-map-nacl.png
doc/source/figures/euphonic-powder-map-quartz.png
doc/source/figures/euphonic-show-sampling.png
doc/source/figures/plot-styling-custom-1.png
doc/source/figures/plot-styling-custom-2.png
doc/source/figures/plot-styling-seaborn.png
euphonic/CITATION.cff
euphonic/LICENSE
euphonic/__init__.py
euphonic/_version.py
euphonic/broadening.py
euphonic/crystal.py
euphonic/debye_waller.py
euphonic/force_constants.py
euphonic/io.py
euphonic/plot.py
euphonic/powder.py
euphonic/qpoint_frequencies.py
euphonic/qpoint_phonon_modes.py
euphonic/sampling.py
euphonic/spectra.py
euphonic/structure_factor.py
euphonic/util.py
euphonic/validate.py
euphonic.egg-info/PKG-INFO
euphonic.egg-info/SOURCES.txt
euphonic.egg-info/dependency_links.txt
euphonic.egg-info/entry_points.txt
euphonic.egg-info/requires.txt
euphonic.egg-info/top_level.txt
euphonic/cli/__init__.py
euphonic/cli/dispersion.py
euphonic/cli/dos.py
euphonic/cli/intensity_map.py
euphonic/cli/optimise_dipole_parameter.py
euphonic/cli/powder_map.py
euphonic/cli/show_sampling.py
euphonic/cli/utils.py
euphonic/data/__init__.py
euphonic/data/bluebook.json
euphonic/data/constants_en.txt
euphonic/data/default_en.txt
euphonic/data/sears-1992.json
euphonic/readers/__init__.py
euphonic/readers/castep.py
euphonic/readers/phonopy.py
euphonic/styles/__init__.py
euphonic/styles/base.mplstyle
euphonic/styles/intensity_widget.mplstyle
tests_and_analysis/__init__.py
tests_and_analysis/ci_requirements.txt
tests_and_analysis/minimum_euphonic_requirements.txt
tests_and_analysis/tox_requirements.txt
tests_and_analysis/performance_benchmarking/__init__.py
tests_and_analysis/performance_benchmarking/requirements.txt
tests_and_analysis/performance_benchmarking/run_benchmark_tests.py
tests_and_analysis/performance_benchmarking/speedups.py
tests_and_analysis/performance_benchmarking/test_benchmark_fc.py
tests_and_analysis/performance_benchmarking/utils.py
tests_and_analysis/performance_benchmarking/visualise.py
tests_and_analysis/performance_benchmarking/data/La2Zr2O7.castep_bin
tests_and_analysis/performance_benchmarking/data/Nb-242424-s0.25.castep_bin
tests_and_analysis/performance_benchmarking/data/qpts_10000.npy
tests_and_analysis/performance_benchmarking/data/quartz.castep_bin
tests_and_analysis/performance_benchmarking/visualise/__init__.py
tests_and_analysis/performance_benchmarking/visualise/figures.py
tests_and_analysis/performance_benchmarking/visualise/performance_over_time.py
tests_and_analysis/performance_benchmarking/visualise/speedups.py
tests_and_analysis/performance_benchmarking/visualise/speedups_over_time.py
tests_and_analysis/test/.coveragerc
tests_and_analysis/test/__init__.py
tests_and_analysis/test/pytest.ini
tests_and_analysis/test/run_tests.py
tests_and_analysis/test/utils.py
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7-222-full.phonon_dos
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7-666-grid.phonon
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7-cut.phonon
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7.castep_bin
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7.cell
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7.param
tests_and_analysis/test/data/castep_files/LZO/La2Zr2O7.phonon
tests_and_analysis/test/data/castep_files/NaH/NaH.phonon
tests_and_analysis/test/data/castep_files/Si2-sc-skew/Si2-sc-skew-666-grid.phonon
tests_and_analysis/test/data/castep_files/Si2-sc-skew/Si2-sc-skew.castep_bin
tests_and_analysis/test/data/castep_files/Si2-sc-skew/Si2-sc-skew.cell
tests_and_analysis/test/data/castep_files/Si2-sc-skew/Si2-sc-skew.param
tests_and_analysis/test/data/castep_files/Si2-sc-skew/Si2-sc-skew.phonon
tests_and_analysis/test/data/castep_files/graphite/graphite.castep_bin
tests_and_analysis/test/data/castep_files/graphite/graphite.cell
tests_and_analysis/test/data/castep_files/graphite/graphite.param
tests_and_analysis/test/data/castep_files/h-BN/h-BN_no_force_constants.castep_bin
tests_and_analysis/test/data/castep_files/quartz/quartz-554-full.phonon_dos
tests_and_analysis/test/data/castep_files/quartz/quartz-666-grid.phonon
tests_and_analysis/test/data/castep_files/quartz/quartz-777-grid.phonon
tests_and_analysis/test/data/castep_files/quartz/quartz.castep_bin
tests_and_analysis/test/data/castep_files/quartz/quartz.cell
tests_and_analysis/test/data/castep_files/quartz/quartz.param
tests_and_analysis/test/data/castep_files/quartz/quartz_nosplit.phonon
tests_and_analysis/test/data/castep_files/quartz/quartz_split_qpts.phonon
tests_and_analysis/test/data/crystal/crystal_LZO.json
tests_and_analysis/test/data/crystal/crystal_quartz.json
tests_and_analysis/test/data/crystal/crystal_quartz_cv_only.json
tests_and_analysis/test/data/crystal/lzo_equiv_atoms.json
tests_and_analysis/test/data/crystal/lzo_equiv_atoms_tol_1e12_ang.json
tests_and_analysis/test/data/crystal/quartz_equiv_atoms.json
tests_and_analysis/test/data/debye_waller/CaHgO2/CaHgO2_666_300K_debye_waller.json
tests_and_analysis/test/data/debye_waller/Si2-sc-skew/Si2-sc-skew_666_300K_debye_waller.json
tests_and_analysis/test/data/debye_waller/Si2-sc-skew/Si2-sc-skew_666_300K_symm_debye_waller.json
tests_and_analysis/test/data/debye_waller/quartz/quartz_666_0K_debye_waller.json
tests_and_analysis/test/data/debye_waller/quartz/quartz_666_0K_debye_waller_10mev_lim.json
tests_and_analysis/test/data/debye_waller/quartz/quartz_666_300K_debye_waller.json
tests_and_analysis/test/data/debye_waller/quartz/quartz_666_300K_symm_debye_waller.json
tests_and_analysis/test/data/debye_waller/quartz/quartz_777_300K_debye_waller.json
tests_and_analysis/test/data/force_constants/CaHgO2_force_constants.json
tests_and_analysis/test/data/force_constants/LZO_force_constants.json
tests_and_analysis/test/data/force_constants/NaCl_default_force_constants.json
tests_and_analysis/test/data/force_constants/NaCl_force_constants.json
tests_and_analysis/test/data/force_constants/NaCl_prim_force_constants.json
tests_and_analysis/test/data/force_constants/Si2-sc-skew_force_constants.json
tests_and_analysis/test/data/force_constants/graphite_force_constants.json
tests_and_analysis/test/data/force_constants/lzo_222_full_mode_gradients.json
tests_and_analysis/test/data/force_constants/lzo_222_full_mode_widths.json
tests_and_analysis/test/data/force_constants/quartz_554_full_mode_gradients.json
tests_and_analysis/test/data/force_constants/quartz_554_full_mode_widths.json
tests_and_analysis/test/data/force_constants/quartz_force_constants.json
tests_and_analysis/test/data/force_constants/quartz_random_force_constants.json
tests_and_analysis/test/data/force_constants/toy_quartz_mode_widths.json
tests_and_analysis/test/data/phonopy_files/LICENSE
tests_and_analysis/test/data/phonopy_files/README
tests_and_analysis/test/data/phonopy_files/CaHgO2/CaHgO2-666-grid.yaml
tests_and_analysis/test/data/phonopy_files/CaHgO2/FULL_FORCE_CONSTANTS
tests_and_analysis/test/data/phonopy_files/CaHgO2/full_force_constants.hdf5
tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml
tests_and_analysis/test/data/phonopy_files/CaHgO2/phonopy_fullfc.yaml
tests_and_analysis/test/data/phonopy_files/CaHgO2/phonopy_nofc.yaml
tests_and_analysis/test/data/phonopy_files/CaHgO2/qpoints.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/BORN_nacl
tests_and_analysis/test/data/phonopy_files/NaCl/BORN_nacl_nofactor
tests_and_analysis/test/data/phonopy_files/NaCl/FORCE_CONSTANTS_nacl
tests_and_analysis/test/data/phonopy_files/NaCl/FULL_FORCE_CONSTANTS
tests_and_analysis/test/data/phonopy_files/NaCl/FULL_FORCE_CONSTANTS_single_number
tests_and_analysis/test/data/phonopy_files/NaCl/force_constants.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/force_constants_hdf5.test
tests_and_analysis/test/data/phonopy_files/NaCl/full_force_constants.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/phonopy_full_fc.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/phonopy_nacl.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/phonopy_nacl_no_units.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/phonopy_nofc.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/phonopy_nofc_noborn.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/band/band.conf
tests_and_analysis/test/data/phonopy_files/NaCl/band/band.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/band/band.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/band/band_no_evec.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/band/phonopy.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/mesh/mesh.conf
tests_and_analysis/test/data/phonopy_files/NaCl/mesh/mesh.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/mesh/mesh.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/mesh/mesh_no_evec.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/mesh/phonopy.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/phonopy.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints.conf
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints_hdf5.test
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints_no_evec.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints_no_evec.yaml
tests_and_analysis/test/data/phonopy_files/NaCl/qpoints/qpoints_yaml.test
tests_and_analysis/test/data/phonopy_files/NaCl_cli_test/BORN
tests_and_analysis/test/data/phonopy_files/NaCl_cli_test/force_constants.hdf5
tests_and_analysis/test/data/phonopy_files/NaCl_cli_test/phonopy.yaml
tests_and_analysis/test/data/phonopy_files/NaCl_default/BORN
tests_and_analysis/test/data/phonopy_files/NaCl_default/FORCE_CONSTANTS
tests_and_analysis/test/data/phonopy_files/NaCl_default/phonopy.yaml
tests_and_analysis/test/data/phonopy_files/NaCl_prim/phonopy_nacl.yaml
tests_and_analysis/test/data/qpoint_frequencies/CaHgO2/CaHgO2_666_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/CaHgO2/CaHgO2_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/LZO/LZO_no_asr_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/LZO/LZO_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/LZO/LZO_realspace_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/LZO/lzo_222_full_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_band_no_evec_hdf5_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_band_yaml_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_mesh_hdf5_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_mesh_yaml_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_qpoints_hdf5_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/NaCl/NaCl_qpoints_yaml_from_phonopy_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_554_full_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_666_cv_only_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_666_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_bandstructure_cv_only_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_bandstructure_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_reciprocal_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_split_from_castep_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/quartz_split_reciprocal_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_frequencies/quartz/toy_quartz_qpoint_frequencies.json
tests_and_analysis/test/data/qpoint_phonon_modes/CaHgO2/CaHgO2_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/CaHgO2/CaHgO2_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/LZO_from_castep_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/LZO_no_asr_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/LZO_realspace_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/LZO_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/La2Zr2O7_after_reorder_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/La2Zr2O7_before_reorder_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/LZO/lzo_222_full_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_band_hdf5_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_band_yaml_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_mesh_hdf5_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_mesh_yaml_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_qpoints_hdf5_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_qpoints_yaml_from_phonopy_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/NaCl/NaCl_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/Si2-sc-skew/Si2-sc-skew_from_castep_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/Si2-sc-skew/Si2-sc-skew_no_asr_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/Si2-sc-skew/Si2-sc-skew_realspace_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/Si2-sc-skew/Si2-sc-skew_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_554_full_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_after_reorder_nogamma_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_bandstructure_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_before_reorder_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_from_castep_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_no_asr_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_single_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_split_from_castep_qpoint_phonon_modes.json
tests_and_analysis/test/data/qpoint_phonon_modes/quartz/quartz_split_reciprocal_qpoint_phonon_modes.json
tests_and_analysis/test/data/readers/lzo_222_full_phonon_dos.json
tests_and_analysis/test/data/readers/quartz_554_full_phonon_dos.json
tests_and_analysis/test/data/script_data/dispersion.json
tests_and_analysis/test/data/script_data/dos.json
tests_and_analysis/test/data/script_data/intensity-map.json
tests_and_analysis/test/data/script_data/powder-map.json
tests_and_analysis/test/data/script_data/sphere_sampling.json
tests_and_analysis/test/data/spectrum1d/CaHgO2_666_dos.json
tests_and_analysis/test/data/spectrum1d/gan_bands_index_2.json
tests_and_analysis/test/data/spectrum1d/gan_bands_index_2_3_add.json
tests_and_analysis/test/data/spectrum1d/gan_bands_index_3.json
tests_and_analysis/test/data/spectrum1d/gan_bands_index_4.json
tests_and_analysis/test/data/spectrum1d/lzo_222_full_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/lzo_222_full_adaptive_dos_fast.json
tests_and_analysis/test/data/spectrum1d/lzo_222_full_castep_total_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/lzo_222_full_castep_zr_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/methane_pdos_index_1.json
tests_and_analysis/test/data/spectrum1d/methane_pdos_index_1_1meV_gauss_broaden.json
tests_and_analysis/test/data/spectrum1d/methane_pdos_index_2.json
tests_and_analysis/test/data/spectrum1d/methane_pdos_index_3.json
tests_and_analysis/test/data/spectrum1d/quartz_554_full_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_554_full_adaptive_dos_fast.json
tests_and_analysis/test/data/spectrum1d/quartz_554_full_castep_si_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_554_full_castep_total_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_666_1meV_gauss_broaden_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_666_1meV_lorentz_broaden_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_666_300K_sf_1d_average_noweights.json
tests_and_analysis/test/data/spectrum1d/quartz_666_300K_sf_1d_average_with_weights.json
tests_and_analysis/test/data/spectrum1d/quartz_666_dos.json
tests_and_analysis/test/data/spectrum1d/quartz_666_dos_from_text.json
tests_and_analysis/test/data/spectrum1d/quartz_666_split_11_0.json
tests_and_analysis/test/data/spectrum1d/quartz_666_split_11_1.json
tests_and_analysis/test/data/spectrum1d/quartz_dos_collection_index_2.json
tests_and_analysis/test/data/spectrum1d/toy_band.json
tests_and_analysis/test/data/spectrum1d/toy_band_btol10_split_0.json
tests_and_analysis/test/data/spectrum1d/toy_band_btol10_split_1.json
tests_and_analysis/test/data/spectrum1d/toy_band_btol10_split_2.json
tests_and_analysis/test/data/spectrum1d/toy_band_btol22_split_0.json
tests_and_analysis/test/data/spectrum1d/toy_band_btol22_split_1.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_cropped_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_cropped_uneven_broaden_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_cropped_uneven_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_cropped_uneven_hartree_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_dos.json
tests_and_analysis/test/data/spectrum1d/toy_quartz_uneven_adaptive_dos.json
tests_and_analysis/test/data/spectrum1d/xsq_bin_edges_spectrum1d.json
tests_and_analysis/test/data/spectrum1d/xsq_spectrum1d.json
tests_and_analysis/test/data/spectrum1d/xsq_split38_0.json
tests_and_analysis/test/data/spectrum1d/xsq_split38_1.json
tests_and_analysis/test/data/spectrum1d/xsq_split38_2.json
tests_and_analysis/test/data/spectrum1dcollection/LZO_cut_dispersion.json
tests_and_analysis/test/data/spectrum1dcollection/La2Zr2O7_666_coh_incoh_species_append_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/La2Zr2O7_666_coh_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/La2Zr2O7_666_coh_species_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/La2Zr2O7_666_incoh_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/La2Zr2O7_666_incoh_species_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/NaCl_band_yaml_dispersion.json
tests_and_analysis/test/data/spectrum1dcollection/gan_bands.json
tests_and_analysis/test/data/spectrum1dcollection/gan_bands_bin_centres.npy
tests_and_analysis/test/data/spectrum1dcollection/gan_bands_bin_edges.npy
tests_and_analysis/test/data/spectrum1dcollection/gan_bands_from_text_file.json
tests_and_analysis/test/data/spectrum1dcollection/gan_bands_index_2_5.json
tests_and_analysis/test/data/spectrum1dcollection/lzo_222_full_adaptive_coh_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/lzo_222_full_adaptive_fast_coh_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/lzo_222_full_castep_adaptive_dos.json
tests_and_analysis/test/data/spectrum1dcollection/methane_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/methane_pdos_from_text_file_fmt.json
tests_and_analysis/test/data/spectrum1dcollection/methane_pdos_index_1_4.json
tests_and_analysis/test/data/spectrum1dcollection/methane_pdos_split50_0.json
tests_and_analysis/test/data/spectrum1dcollection/methane_pdos_split50_1.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_554_full_castep_adaptive_dos.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_666_coh_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_666_coh_pdos_from_text_file_fmt.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_666_coherent_plus_incoherent_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_666_cs_dict_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_666_pdos.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_bandstructure_cv_only_dispersion.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_bandstructure_dispersion.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_dos_collection.json
tests_and_analysis/test/data/spectrum1dcollection/quartz_dos_collection_bin_centres.npy
tests_and_analysis/test/data/spectrum1dcollection/quartz_dos_collection_bin_edges.npy
tests_and_analysis/test/data/spectrum1dcollection/xsq_from_single_spectrum1d.json
tests_and_analysis/test/data/spectrum2d/CaHgO2_300K_bose_negative_e_sqw.json
tests_and_analysis/test/data/spectrum2d/CaHgO2_300K_bose_sqw.json
tests_and_analysis/test/data/spectrum2d/La2Zr2O7_cut_sqw_uneven_bins.json
tests_and_analysis/test/data/spectrum2d/NaCl_band_yaml_dos_map.json
tests_and_analysis/test/data/spectrum2d/example_spectrum2d.json
tests_and_analysis/test/data/spectrum2d/example_spectrum2d_split4_0.json
tests_and_analysis/test/data/spectrum2d/example_spectrum2d_split4_1.json
tests_and_analysis/test/data/spectrum2d/example_xbin_edges_spectrum2d.json
tests_and_analysis/test/data/spectrum2d/example_xybin_edges_spectrum2d.json
tests_and_analysis/test/data/spectrum2d/lzo_57L_1.5meV_0.1ang_gauss_sqw.json
tests_and_analysis/test/data/spectrum2d/lzo_57L_1.5meV_0.1ang_lorentz_sqw.json
tests_and_analysis/test/data/spectrum2d/lzo_57L_bragg_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_0.1ang_xbroaden_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_100K_bose_no_dw_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_2meV_0.1ang_xybroaden_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_2meV_ybroaden_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_dos_map.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_dos_map_uneven_bins.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_sqw.json
tests_and_analysis/test/data/spectrum2d/quartz_bandstructure_xybroaden_lorentz_sqw.json
tests_and_analysis/test/data/structure_factor/CaHgO2/CaHgO2_300K_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/CaHgO2/CaHgO2_300K_structure_factor.json
tests_and_analysis/test/data/structure_factor/LZO/La2Zr2O7_cut_structure_factor.json
tests_and_analysis/test/data/structure_factor/Si2-sc-skew/Si2-sc-skew_300K_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/Si2-sc-skew/Si2-sc-skew_300K_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_0K_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_0K_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_300K_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_300K_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_666_300K_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_666_300K_structure_factor_noweights.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_666_weights.npy
tests_and_analysis/test/data/structure_factor/quartz/quartz_bandstructure_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_recip_asr_300K_fc_structure_factor.json
tests_and_analysis/test/data/structure_factor/quartz/quartz_structure_factor.json
tests_and_analysis/test/data/util/qgrid_444.txt
tests_and_analysis/test/euphonic_test/__init__.py
tests_and_analysis/test/euphonic_test/test_broadening.py
tests_and_analysis/test/euphonic_test/test_calculate_structure_factor.py
tests_and_analysis/test/euphonic_test/test_castep_reader.py
tests_and_analysis/test/euphonic_test/test_crystal.py
tests_and_analysis/test/euphonic_test/test_debye_waller.py
tests_and_analysis/test/euphonic_test/test_force_constants.py
tests_and_analysis/test/euphonic_test/test_force_constants_calculate_qpoint_frequencies.py
tests_and_analysis/test/euphonic_test/test_force_constants_calculate_qpoint_phonon_modes.py
tests_and_analysis/test/euphonic_test/test_install.py
tests_and_analysis/test/euphonic_test/test_plot.py
tests_and_analysis/test/euphonic_test/test_powder.py
tests_and_analysis/test/euphonic_test/test_qpoint_frequencies.py
tests_and_analysis/test/euphonic_test/test_qpoint_phonon_modes.py
tests_and_analysis/test/euphonic_test/test_ref_data.py
tests_and_analysis/test/euphonic_test/test_sampling.py
tests_and_analysis/test/euphonic_test/test_spectrum1d.py
tests_and_analysis/test/euphonic_test/test_spectrum1dcollection.py
tests_and_analysis/test/euphonic_test/test_spectrum2d.py
tests_and_analysis/test/euphonic_test/test_structure_factor.py
tests_and_analysis/test/euphonic_test/test_util.py
tests_and_analysis/test/script_tests/__init__.py
tests_and_analysis/test/script_tests/test_dispersion.py
tests_and_analysis/test/script_tests/test_dos.py
tests_and_analysis/test/script_tests/test_intensity_map.py
tests_and_analysis/test/script_tests/test_optimise_dipole_parameter.py
tests_and_analysis/test/script_tests/test_powder_map.py
tests_and_analysis/test/script_tests/test_sphere_sampling.py
tests_and_analysis/test/script_tests/test_styling.py
tests_and_analysis/test/script_tests/test_utils.py
tests_and_analysis/test/script_tests/utils.py