.gitattributes
.gitignore
.readthedocs.yml
CHANGELOG.md
CITATION.cff
LICENSE.txt
MANIFEST.in
README.rst
codecov.yaml
conftest.py
doc_environment.yml
doc_requirements.txt
install_requirements.txt
linting_requirements.txt
pyproject.toml
setup.py
test_requirements.txt
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/00_bug_report.md
.github/ISSUE_TEMPLATE/10_feature_request.md
.github/ISSUE_TEMPLATE/20_help_request.md
.github/PUll_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/pypi.yaml
.github/workflows/pythonapp.yml
data/carboxylic_acids/dataset.csv
docs/Makefile
docs/absorption_spectrum.rst
docs/conf.py
docs/coop.rst
docs/derivative_couplings.rst
docs/distribute_absorption_spectrum.rst
docs/docs_command_line.rst
docs/docs_cp2k_interface.rst
docs/docs_derivative_coupling.rst
docs/docs_integrals.rst
docs/docs_molecular_orbitals.rst
docs/docs_workflows.rst
docs/documentation.rst
docs/includereadme.rst
docs/index.rst
docs/intro.rst
docs/ipr.rst
docs/make.bat
docs/single_points.rst
docs/theory.rst
docs/_images/default_tree.jpg
docs/_images/merged_tree.jpg
docs/_images/nac_worflow.png
docs/_images/tree.png
docs/_static/default.css
docs/_templates/layout.html
libint/compute_integrals.cc
libint/py_compute_integrals.cc
libint/include/compute_integrals.hpp
libint/include/namd.hpp
licenses/LICENSE_LIBHDF5.txt
licenses/LICENSE_LIBINT2.txt
licenses/README.rst
nano_qmflows.egg-info/PKG-INFO
nano_qmflows.egg-info/SOURCES.txt
nano_qmflows.egg-info/dependency_links.txt
nano_qmflows.egg-info/entry_points.txt
nano_qmflows.egg-info/requires.txt
nano_qmflows.egg-info/top_level.txt
nanoqm/__init__.py
nanoqm/_data.py
nanoqm/_logger.py
nanoqm/_monkey_patch.py
nanoqm/_version.py
nanoqm/common.py
nanoqm/compute_integrals.pyi
nanoqm/py.typed
nanoqm/analysis/__init__.py
nanoqm/analysis/tools.py
nanoqm/basis/BASIS_ADMM
nanoqm/basis/BASIS_ADMM_MOLOPT
nanoqm/basis/BASIS_MOLOPT
nanoqm/basis/GTH_POTENTIALS
nanoqm/basis/aux_fit.json
nanoqm/basis/valence_electrons.json
nanoqm/integrals/__init__.py
nanoqm/integrals/multipole_matrices.py
nanoqm/integrals/nonAdiabaticCoupling.py
nanoqm/schedule/__init__.py
nanoqm/schedule/components.py
nanoqm/schedule/scheduleCP2K.py
nanoqm/schedule/scheduleCoupling.py
nanoqm/workflows/__init__.py
nanoqm/workflows/distribute_jobs.py
nanoqm/workflows/initialization.py
nanoqm/workflows/input_validation.py
nanoqm/workflows/orbitals_type.py
nanoqm/workflows/run_workflow.py
nanoqm/workflows/schemas.py
nanoqm/workflows/templates.py
nanoqm/workflows/tools.py
nanoqm/workflows/workflow_coop.py
nanoqm/workflows/workflow_coupling.py
nanoqm/workflows/workflow_ipr.py
nanoqm/workflows/workflow_single_points.py
nanoqm/workflows/workflow_stddft_spectrum.py
scripts/convert_legacy_hdf5.py
scripts/download_cp2k.sh
scripts/get_whl_name.py
scripts/prepare_test_dir.sh
scripts/reenumerate.py
scripts/hamiltonians/plot_couplings.py
scripts/hamiltonians/plot_mos_energies.py
scripts/hamiltonians/plot_spectra.py
scripts/pyxaid/iconds_excess_energy.py
scripts/pyxaid/plot_average_energy.py
scripts/pyxaid/plot_cooling.py
scripts/pyxaid/plot_spectra_pyxaid.py
scripts/pyxaid/plot_states_pops.py
scripts/qmflows/README.rst
scripts/qmflows/convolution.py
scripts/qmflows/coordination_ldos.py
scripts/qmflows/dos_cp2k.py
scripts/qmflows/mergeHDF5.py
scripts/qmflows/opt_anion_cp2k.py
scripts/qmflows/opt_cation_cp2k.py
scripts/qmflows/opt_cp2k.py
scripts/qmflows/plot_dos.py
scripts/qmflows/removeHDF5folders.py
scripts/qmflows/remove_mos_hdf5.py
test/test_files/ALL_BASIS_SETS
test/test_files/BASIS_ADMM
test/test_files/BASIS_ADMM_MOLOPT
test/test_files/BASIS_MOLOPT
test/test_files/BASIS_MOLOPT_UZH
test/test_files/C.xyz
test/test_files/Cd.hdf5
test/test_files/Cd.xyz
test/test_files/Cd33Se33.hdf5
test/test_files/Cd33Se33.xyz
test/test_files/Cd33Se33_fivePoints.xyz
test/test_files/F2.xyz
test/test_files/GTH_POTENTIALS
test/test_files/HF.xyz
test/test_files/He.hdf5
test/test_files/He.xyz
test/test_files/O2_coupling.xyz
test/test_files/ethylene.hdf5
test/test_files/ethylene.xyz
test/test_files/ethylene_couplings.xyz
test/test_files/file_cell_parameters.txt
test/test_files/file_distribute_cell_parameters.txt
test/test_files/guanine_distribution.yml
test/test_files/input_couplings_alphas.yml
test/test_files/input_couplings_both.yml
test/test_files/input_fast_test_derivative_couplings.yml
test/test_files/input_test_IPR.yml
test/test_files/input_test_absorption_spectrum.yml
test/test_files/input_test_absorption_spectrum_all.yml
test/test_files/input_test_absorption_spectrum_unrestricted.yml
test/test_files/input_test_b3lyp.yml
test/test_files/input_test_coop.yml
test/test_files/input_test_distribute_absorption_spectrum.yml
test/test_files/input_test_distribute_derivative_couplings.yml
test/test_files/input_test_pbe.yml
test/test_files/input_test_pbe0.yml
test/test_files/input_test_single_points.yml
test/test_files/input_test_single_points_hybrid_functional.yml
test/test_files/legacy.hdf5
test/test_files/mypy.ini
test/test_files/oxygen.hdf5
test/test_files/test_files.hdf5
test/test_files/test_initialization.yaml
typings/README.rst
typings/h5py/__init__.pyi
typings/mendeleev/__init__.pyi
typings/mendeleev/mendeleev.pyi
typings/mendeleev/models.pyi
typings/noodles/__init__.pyi
typings/noodles/interface/__init__.pyi
typings/noodles/interface/decorator.pyi
typings/noodles/interface/functions.pyi
typings/noodles/serial/__init__.pyi
typings/noodles/serial/dataclass.pyi
typings/noodles/serial/registry.pyi
typings/scipy/__init__.pyi
typings/scipy/constants.pyi
typings/scipy/linalg.pyi
typings/scipy/optimize.pyi
typings/scipy/spatial/__init__.pyi
typings/scipy/spatial/distance.pyi
typings/scm/__init__.pyi
typings/scm/plams/__init__.pyi
typings/scm/plams/core/__init__.pyi
typings/scm/plams/core/functions.pyi
typings/scm/plams/core/settings.pyi
typings/scm/plams/mol/__init__.pyi
typings/scm/plams/mol/atom.pyi
typings/scm/plams/mol/bond.pyi
typings/scm/plams/mol/molecule.pyi
typings/scm/plams/mol/pdbtools.pyi
typings/wheel/__init__.pyi
typings/wheel/bdist_wheel.pyi