.clang-format
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
devtool
pyproject.toml
setup.py
tox.ini
.github/workflows/build-and-test-base.yml
.github/workflows/build-and-test.yml
.github/workflows/formatting.yml
.github/workflows/release.yml
dev/devtool.py
dev/requirements.txt
docs/conf.py
docs/contribute.rst
docs/examples.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/qupled.rst
docs/requirements.txt
docs/_static/css/rdt_theme_python_properties.css
examples/docs/fixed_adr_qstls.py
examples/docs/fixed_adr_qstls_iet.py
examples/docs/fixed_adr_qvsstls.py
examples/docs/initial_guess_qstls.py
examples/docs/initial_guess_qstls_iet.py
examples/docs/initial_guess_stls.py
examples/docs/solve_quantum_schemes.py
examples/docs/solve_qvsstls.py
examples/docs/solve_rpa_and_esa.py
examples/docs/solve_stls.py
examples/docs/solve_stls_iet.py
examples/docs/solve_vsstls.py
examples/readme/create_cover.py
examples/readme/qupled_animation_dark.svg
examples/readme/qupled_animation_light.svg
examples/tests/test_examples.py
src/qupled/__init__.py
src/qupled/base.py
src/qupled/classic.py
src/qupled/esa.py
src/qupled/qstls.py
src/qupled/qstlsiet.py
src/qupled/quantum.py
src/qupled/qvsstls.py
src/qupled/rpa.py
src/qupled/stls.py
src/qupled/stlsiet.py
src/qupled/util.py
src/qupled/vsstls.py
src/qupled.egg-info/PKG-INFO
src/qupled.egg-info/SOURCES.txt
src/qupled.egg-info/dependency_links.txt
src/qupled.egg-info/not-zip-safe
src/qupled.egg-info/requires.txt
src/qupled.egg-info/top_level.txt
src/qupled/native/include/bin_util.hpp
src/qupled/native/include/chemical_potential.hpp
src/qupled/native/include/dual.hpp
src/qupled/native/include/esa.hpp
src/qupled/native/include/free_energy.hpp
src/qupled/native/include/input.hpp
src/qupled/native/include/internal_energy.hpp
src/qupled/native/include/logger.hpp
src/qupled/native/include/mpi_util.hpp
src/qupled/native/include/num_util.hpp
src/qupled/native/include/numerics.hpp
src/qupled/native/include/python_util.hpp
src/qupled/native/include/python_wrappers.hpp
src/qupled/native/include/qstls.hpp
src/qupled/native/include/qvs.hpp
src/qupled/native/include/rdf.hpp
src/qupled/native/include/rpa.hpp
src/qupled/native/include/stls.hpp
src/qupled/native/include/thermo_util.hpp
src/qupled/native/include/vector2D.hpp
src/qupled/native/include/vector3D.hpp
src/qupled/native/include/vector_util.hpp
src/qupled/native/include/vsbase.hpp
src/qupled/native/include/vsstls.hpp
src/qupled/native/src/CMakeLists.txt
src/qupled/native/src/chemical_potential.cpp
src/qupled/native/src/esa.cpp
src/qupled/native/src/free_energy.cpp
src/qupled/native/src/input.cpp
src/qupled/native/src/internal_energy.cpp
src/qupled/native/src/logger.cpp
src/qupled/native/src/mpi_util.cpp
src/qupled/native/src/num_util.cpp
src/qupled/native/src/numerics.cpp
src/qupled/native/src/python_modules.cpp
src/qupled/native/src/python_util.cpp
src/qupled/native/src/python_wrappers.cpp
src/qupled/native/src/qstls.cpp
src/qupled/native/src/qvs.cpp
src/qupled/native/src/rdf.cpp
src/qupled/native/src/rpa.cpp
src/qupled/native/src/stls.cpp
src/qupled/native/src/thermo_util.cpp
src/qupled/native/src/vector2D.cpp
src/qupled/native/src/vector3D.cpp
src/qupled/native/src/vector_util.cpp
src/qupled/native/src/vsbase.cpp
src/qupled/native/src/vsstls.cpp
tests/test_esa.py
tests/test_esa_native.py
tests/test_hdf.py
tests/test_plot.py
tests/test_qstls.py
tests/test_qstls_iet.py
tests/test_qstls_input.py
tests/test_qstls_native.py
tests/test_qvs.py
tests/test_qvs_input.py
tests/test_qvs_native.py
tests/test_rpa.py
tests/test_rpa_input.py
tests/test_rpa_native.py
tests/test_stls.py
tests/test_stls_iet.py
tests/test_stls_input.py
tests/test_stls_native.py
tests/test_vsstls.py
tests/test_vsstls_input.py
tests/test_vsstls_native.py