.gitignore
.pylintrc
.style.yapf
CITATION.cff
CONTRIBUTING.md
COPYING.LESSER
COPYING.md
README.md
git-blame-ignore-revs
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/actions.yml
.github/workflows/joss.yml
excitingtools/__init__.py
excitingtools.egg-info/PKG-INFO
excitingtools.egg-info/SOURCES.txt
excitingtools.egg-info/dependency_links.txt
excitingtools.egg-info/requires.txt
excitingtools.egg-info/top_level.txt
excitingtools/constants/units.py
excitingtools/dataclasses/__init__.py
excitingtools/dataclasses/band_structure.py
excitingtools/dataclasses/data_structs.py
excitingtools/dataclasses/density_of_states.py
excitingtools/dataclasses/eigenvalues.py
excitingtools/eigenstates/eigenstates.py
excitingtools/exciting_dict_parsers/RT_TDDFT_parser.py
excitingtools/exciting_dict_parsers/__init__.py
excitingtools/exciting_dict_parsers/bse_parser.py
excitingtools/exciting_dict_parsers/groundstate_parser.py
excitingtools/exciting_dict_parsers/gw_eigenvalues_parser.py
excitingtools/exciting_dict_parsers/gw_eps00_parser.py
excitingtools/exciting_dict_parsers/gw_info_parser.py
excitingtools/exciting_dict_parsers/gw_vxc_parser.py
excitingtools/exciting_dict_parsers/input_parser.py
excitingtools/exciting_dict_parsers/parser_factory.py
excitingtools/exciting_dict_parsers/properties_parser.py
excitingtools/exciting_dict_parsers/species_parser.py
excitingtools/exciting_obj_parsers/__init__.py
excitingtools/exciting_obj_parsers/eigenvalue_parser.py
excitingtools/exciting_obj_parsers/gw_eigenvalues.py
excitingtools/exciting_obj_parsers/input_xml.py
excitingtools/exciting_obj_parsers/ks_band_structure.py
excitingtools/input/__init__.py
excitingtools/input/base_class.py
excitingtools/input/common.py
excitingtools/input/ground_state.py
excitingtools/input/input_xml.py
excitingtools/input/properties.py
excitingtools/input/structure.py
excitingtools/input/xml_utils.py
excitingtools/input/xs.py
excitingtools/math/__init__.py
excitingtools/math/math_utils.py
excitingtools/parser_utils/__init__.py
excitingtools/parser_utils/erroneous_file_error.py
excitingtools/parser_utils/grep_parser.py
excitingtools/parser_utils/parser_decorators.py
excitingtools/parser_utils/parser_utils.py
excitingtools/parser_utils/regex_parser.py
excitingtools/parser_utils/simple_parser.py
excitingtools/runner/__init__.py
excitingtools/runner/runner.py
excitingtools/structure/lattice.py
excitingtools/utils/__init__.py
excitingtools/utils/dict_utils.py
excitingtools/utils/jobflow_utils.py
excitingtools/utils/test_utils.py
excitingtools/utils/utils.py
paper/joss_latex.template
paper/latex.template
paper/paper.bib
paper/paper.md
tests/__init__.py
tests/conftest.py
tests/dataclasses/__init__.py
tests/dataclasses/test_band_structure.py
tests/dataclasses/test_eigenvalues.py
tests/dict_parsers/__init__.py
tests/dict_parsers/test_bse_parser.py
tests/dict_parsers/test_groundstate_parser.py
tests/dict_parsers/test_input_parser.py
tests/dict_parsers/test_ks_band_structure.py
tests/dict_parsers/test_properties_parser.py
tests/dict_parsers/test_species_parser.py
tests/dict_parsers/test_gw/__init__.py
tests/dict_parsers/test_gw/mock_gw_info_out.py
tests/dict_parsers/test_gw/test_gw_dos_parser.py
tests/dict_parsers/test_gw/test_gw_eignvalues_parser.py
tests/dict_parsers/test_gw/test_gw_eps00_parser.py
tests/dict_parsers/test_gw/test_gw_info_parser.py
tests/dict_parsers/test_gw/test_gw_vxc_parser.py
tests/eigenstates/__init__.py
tests/eigenstates/test_eigenstates.py
tests/input/__init__.py
tests/input/test_base_class.py
tests/input/test_ground_state.py
tests/input/test_input_xml.py
tests/input/test_properties.py
tests/input/test_structure.py
tests/input/test_xml_utils.py
tests/input/test_xs.py
tests/math/__init__.py
tests/math/test_math_utils.py
tests/obj_parsers/__init__.py
tests/obj_parsers/test_eigenvalue_parser.py
tests/obj_parsers/test_gw_dos.py
tests/obj_parsers/test_gw_eigenvalues.py
tests/obj_parsers/test_input_parser.py
tests/parser_utils/__init__.py
tests/parser_utils/test_regex_parser.py
tests/parser_utils/test_simple_parser.py
tests/runner/test_runner.py
tests/structure/__init__.py
tests/structure/test_lattice.py
tests/utils/__init__.py
tests/utils/test_dict_utils.py
tests/utils/test_utils.py