.coveragerc
.git_archival.txt
.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.rst
DEVELOPERNOTES.md
LICENSE
MANIFEST.in
README.md
jupyter_lab_config.py
pyproject.toml
.binder/Dockerfile
.gitlab/multiversion.py
dev/dev-docs-xarray-selection-returns-view.ipynb
dev/octopus_output_eval.md
dev/reduce_methods_holoviews.ipynb
dev/rfft-xrft-basics.ipynb
dev/test_cross_plot.ipynb
dev/xarray-data-saving-with-netcdf.ipynb
dev/Tutorials/.gitignore
dev/Tutorials/Readme.ipynb
dev/Tutorials/1-basics/1-Getting_started.ipynb
dev/Tutorials/1-basics/2-Basic_input_options.ipynb
dev/Tutorials/1-basics/3-Total_energy_convergence.ipynb
dev/Tutorials/1-basics/4-Visualisation.ipynb
dev/Tutorials/1-basics/5-Centering_Example.ipynb
dev/Tutorials/1-basics/6-TD_propagation.ipynb
dev/Tutorials/1-basics/7-Recipe.ipynb
dev/Tutorials/2-Optical-Response/1_Optical_spectra_from_time_propagation.ipynb
dev/Tutorials/2-Optical-Response/2_Convergence_of_optical_spectra.ipynb
dev/Tutorials/2-Optical-Response/3_Optical_spectra_from_casida.ipynb
dev/Tutorials/2-Optical-Response/4_Optical_spectra_from_Sternheimer.ipynb
dev/Tutorials/2-Optical-Response/5_Triplet_excitations.ipynb
dev/Tutorials/2-Optical-Response/6_Use_of_symmetries_in_optical_spectra_from_time_propagation.ipynb
dev/Tutorials/3-periodic-systems/1-getting-started.ipynb
dev/Tutorials/3-periodic-systems/2-Wires-and-slabes.ipynb
dev/Tutorials/3-periodic-systems/3-Optical-Spectra-Of-Solids.ipynb
dev/Tutorials/3-periodic-systems/4-Band-structure-unfolding.ipynb
dev/Tutorials/3-periodic-systems/5-Sternheimer.ipynb
dev/Tutorials/4-models/1-1d-harmonic-oscillator.ipynb
dev/Tutorials/4-models/2-particle-in-a-box.ipynb
dev/Tutorials/4-models/3-1d-helium.ipynb
dev/Tutorials/4-models/4-e-H-scattering.ipynb
dev/Tutorials/4-models/5-Kronig-Penney-Model.ipynb
dev/Tutorials/6-maxwell/1-maxwell-input-file.ipynb
dev/Tutorials/6-maxwell/2-planes-waves-in-vacuum.ipynb
dev/Tutorials/6-maxwell/3-external-currents-and-pml.ipynb
dev/Tutorials/6-maxwell/4-none-dispersive-linear-media.ipynb
dev/Tutorials/6-maxwell/5-dispersive-linear-media.ipynb
dev/Tutorials/6-maxwell/5-dispersive-linear-media.off
dev/docker/Dockerfile
dev/docker/build-docker-image.sh
dev/docker/octopus-docker.sh
dev/docker/readme.txt
dev/examples/example_data_reading.py
dev/pseudo-uml/pseudo-uml.png
dev/pseudo-uml/pseudo-uml.txt
docs/Makefile
docs/application_examples.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/user_guide.rst
docs/_static/.gitignore
docs/api/modules.rst
docs/notebooks/Detailed_Overview.ipynb
docs/notebooks/Quick_Start.ipynb
docs/notebooks/README.ipynb
docs/notebooks/holoviews_with_postopus.ipynb
docs/notebooks/nested_Runs.ipynb
docs/notebooks/units.ipynb
docs/notebooks/xarray-plots1.ipynb
docs/notebooks/xrft.ipynb
docs/notebooks/images/tab_completion_eg.png
docs/octopus_data/.gitignore
docs/octopus_data/benzene/benzene.xyz
docs/octopus_data/benzene/inp
docs/octopus_data/interference/inp
docs/octopus_data/methane/inp
docs/octopus_data/nested_runs/create_runs.py
docs/octopus_data/nested_runs/inp
src/postopus/__init__.py
src/postopus/_version.py
src/postopus/namespace_utils.py
src/postopus/octopus_nested_runs.py
src/postopus/octopus_run.py
src/postopus/utils.py
src/postopus.egg-info/PKG-INFO
src/postopus.egg-info/SOURCES.txt
src/postopus.egg-info/dependency_links.txt
src/postopus.egg-info/requires.txt
src/postopus.egg-info/top_level.txt
src/postopus/datacontainers/__init__.py
src/postopus/datacontainers/calculationmode.py
src/postopus/datacontainers/system.py
src/postopus/datacontainers/output_proxy/__init__.py
src/postopus/datacontainers/output_proxy/_base.py
src/postopus/datacontainers/output_proxy/casida.py
src/postopus/datacontainers/output_proxy/field.py
src/postopus/datacontainers/output_proxy/geometry.py
src/postopus/datacontainers/output_proxy/profiling.py
src/postopus/datacontainers/output_proxy/static.py
src/postopus/datacontainers/output_proxy/sternheimer.py
src/postopus/datacontainers/output_proxy/tdgeneral.py
src/postopus/datacontainers/output_proxy/textoutput.py
src/postopus/datacontainers/util/__init__.py
src/postopus/datacontainers/util/convenience_access.py
src/postopus/datacontainers/util/lazy_dict.py
src/postopus/datacontainers/util/lazy_xarray.py
src/postopus/datacontainers/util/units.py
src/postopus/documentation/Data_Loading-PseudoUML.pdf
src/postopus/documentation/File_Classes.md
src/postopus/documentation/DrawIO_Diagrams/Data_Loading-PseudoUML.drawio
src/postopus/files/__init__.py
src/postopus/files/cube.py
src/postopus/files/file.py
src/postopus/files/netcdf.py
src/postopus/files/pandas_text.py
src/postopus/files/text.py
src/postopus/files/vtk.py
src/postopus/files/xcrysden.py
src/postopus/files/xyz.py
src/postopus/files/utils/__init__.py
src/postopus/files/utils/units.py
src/postopus/files/utils/xarray_converter.py
src/postopus/octopus_inp_parser/__init__.py
src/postopus/octopus_inp_parser/inpparse.py
src/postopus/output_collector/__init__.py
src/postopus/output_collector/collector.py
src/postopus/output_collector/other_index.py
tests/__init__.py
tests/conftest.py
tests/test_namespace_utils.py
tests/test_parser_log.py
tests/test_utils.py
tests/test_version.py
tests/data/1d-harmonic-oscillator/inp_gs
tests/data/1d-harmonic-oscillator/inp_unocc
tests/data/2-h-BN_monolayer/inp_gs
tests/data/2-h-BN_monolayer/inp_unocc
tests/data/3-bulk_Si/inp_gs
tests/data/3-bulk_Si/inp_td
tests/data/benzene/benzene.xyz
tests/data/benzene/inp_gs
tests/data/born-opp-dynamics/inp_gs
tests/data/born-opp-dynamics/inp_td
tests/data/casida/inp_casida
tests/data/casida/inp_casida_spectrum
tests/data/casida/inp_gs
tests/data/casida/inp_unocc
tests/data/celestial_bodies/inp_td
tests/data/geometric_optimization/adjusted.xyz
tests/data/geometric_optimization/inp
tests/data/geometric_optimization/tAB.xyz
tests/data/interference/inp_td
tests/data/interference/inp_td_13.0
tests/data/kpoints/inp_gs
tests/data/kpoints/inp_td
tests/data/methane/inp_gs
tests/data/methane/inp_td
tests/data/nested_runs/inp_gs
tests/data/optical_spectra/inp_gs
tests/data/optical_spectra/inp_td_template
tests/data/precomputed/convergence
tests/data/precomputed/forces
tests/data/sternheimer/inp_em
tests/data/sternheimer/inp_gs
tests/test_datacontainers/test_util/test_convenience_access.py
tests/test_datacontainers/test_util/test_lazy_xarray.py
tests/test_files/file_testing_utils.py
tests/test_files/test_cube_read.py
tests/test_files/test_netcdf_read.py
tests/test_files/test_pandastext_read.py
tests/test_files/test_text_read.py
tests/test_files/test_value_crosschecks.py
tests/test_files/test_vtk_read.py
tests/test_files/test_xcrysden_read.py
tests/test_files/test_xyz_read.py
tests/test_interface/test_casida.py
tests/test_interface/test_log_output.py
tests/test_interface/test_nested_runs.py
tests/test_interface/test_profiling.py
tests/test_interface/test_run.py
tests/test_interface/test_scalar_fields.py
tests/test_interface/test_static_files.py
tests/test_interface/test_sternheimer.py
tests/test_interface/test_tdgeneral_files.py
tests/test_interface/test_units.py
tests/test_interface/test_vector_fields.py
tests/test_interface/test_xyz.py
tests/test_octopus_inp_parser/test_inpparse.py
tests/test_output_collector/__init__.py
tests/test_output_collector/test_blacklisting.py
tests/test_output_collector/test_calc_mode_files.py
tests/test_output_collector/test_field_files.py
tests/test_output_collector/test_integration.py
tests/test_output_collector/test_other_index.py
tests/test_output_collector/test_output_field.py
tests/test_output_collector/test_output_field_map.py
tests/test_output_collector/test_system.py
tests/utils/__init__.py
tests/utils/common_runs.py
tests/utils/duplicate_with_missing.py
tests/utils/helpers.py
tests/utils/nested_runs.py
tests/utils/octopus_runner.py