.gitignore
.readthedocs.yaml
CMakeLists.txt
INSTALL.md
LICENSE.txt
README.md
bitbucket-pipelines.yml
print_version.py
pyproject.toml
requirements.txt
setup.py
bench/ED/bench_ED.py
bench/ED/bench_ED2.py
bench/ED/bench_ED2_laptop.txt
bench/ED/bench_GS.py
bench/ED/bench_GS2.py
bench/ED/bench_GS_loop.py
bench/ED/model_1D.py
bench/ED/model_2D.py
bench/ED/plot_bench_ED.py
bench/integrals/plot_concurrent.py
bench/integrals/plot_integrals.py
bench/integrals/small/integrals_small.py
bench/integrals/small/integrals_small_concurrent.txt
bench/integrals/small/integrals_small_results.txt
bench/integrals/small/model_small.py
bench/vca/bench_vca.py
bench/vca/bench_vca2.py
docs/Makefile
docs/makedoc
docs/source/2x2.png
docs/source/T6.png
docs/source/cdmft.rst
docs/source/conf.py
docs/source/defining_cluster_models.rst
docs/source/defining_models.rst
docs/source/h4-6b.png
docs/source/h8.asy
docs/source/h8.png
docs/source/hartree.rst
docs/source/hexa6.png
docs/source/index.rst
docs/source/intro.rst
docs/source/models.rst
docs/source/options.rst
docs/source/options_intro.txt
docs/source/other_functions.rst
docs/source/parallel.rst
docs/source/parallel_performance_concurrent.png
docs/source/parallel_performance_ed.png
docs/source/parallel_performance_integrals.png
docs/source/parameters.rst
docs/source/t15.png
docs/source/vca.rst
examples/1D_2_4b/QCM_params.def
examples/1D_2_4b/averages.tsv
examples/1D_2_4b/cdmft.tsv
examples/1D_2_4b/cdmft_distance.tsv
examples/1D_2_4b/cdmft_grid.tsv
examples/1D_2_4b/cdmft_iter.tsv
examples/1D_2_4b/debug.py
examples/1D_2_4b/debug_complex.py
examples/1D_2_4b/debug_dvmc.py
examples/1D_2_4b/debug_variable_parameter.py
examples/1D_2_4b/dos.tsv
examples/1D_2_4b/h1.pdf
examples/1D_2_4b/h2.pdf
examples/1D_2_4b/hop.npy
examples/1D_2_4b/hopping.def
examples/1D_2_4b/interaction.def
examples/1D_2_4b/interaction.npy
examples/1D_2_4b/model_1D_2_4b.py
examples/1D_2_4b/out
examples/1D_2_4b/s1.pdf
examples/1D_2_4b/s2.pdf
examples/1D_4/GS.tsv
examples/1D_4/ave.tsv
examples/1D_4/averages.tsv
examples/1D_4/debug.py
examples/1D_4/debug_cdw.py
examples/1D_4/debug_dvmc.py
examples/1D_4/debug_rhoAB.py
examples/1D_4/hartree.tsv
examples/1D_4/model_1D_4.py
examples/1D_4/model_1D_4_C2.py
examples/1D_4/record.py
examples/1D_4/sef.tsv
examples/1D_4/vca.tsv
external/FindAVX2.cmake
notebooks/AF_VCA_vs_L.ipynb
notebooks/AF_VCA_vs_L.py
notebooks/CDW_1D.ipynb
notebooks/CDW_1D.py
notebooks/Mott_Weyl.ipynb
notebooks/Mott_Weyl.py
notebooks/Mott_transition_graphene_CDMFT.ipynb
notebooks/Mott_transition_graphene_CDMFT.py
notebooks/Rashba_coupling.ipynb
notebooks/Rashba_coupling.py
notebooks/antiferromagnetism_VCA.ipynb
notebooks/antiferromagnetism_VCA.py
notebooks/dimerization_1D.ipynb
notebooks/dimerization_1D.py
notebooks/intro1.ipynb
notebooks/intro1.py
notebooks/intro2.ipynb
notebooks/intro2.py
notebooks/intro3.ipynb
notebooks/intro3.py
notebooks/periodic_cluster.ipynb
notebooks/periodic_cluster.py
notebooks/superconductivity_VCA.ipynb
notebooks/superconductivity_VCA.py
pyqcm/Kolmogorov_Smirnov.py
pyqcm/__init__.py
pyqcm/_draw.py
pyqcm/_loop.py
pyqcm/_spectral.py
pyqcm/cdmft.py
pyqcm/cdw.py
pyqcm/dca.py
pyqcm/external.py
pyqcm/qcm_git_hash.py
pyqcm/slab.py
pyqcm/variable_parameter.py
pyqcm/vca.py
pyqcm.egg-info/PKG-INFO
pyqcm.egg-info/SOURCES.txt
pyqcm.egg-info/dependency_links.txt
pyqcm.egg-info/requires.txt
pyqcm.egg-info/top_level.txt
src_ed/.clang-format
src_ed/Doxyfile
src_ed/ED_basis.cpp
src_ed/ED_basis.hpp
src_ed/Green_function_set.hpp
src_ed/Q_matrix.hpp
src_ed/Q_matrix_set.hpp
src_ed/binary_state.cpp
src_ed/binary_state.hpp
src_ed/continued_fraction.cpp
src_ed/continued_fraction.hpp
src_ed/continued_fraction_set.cpp
src_ed/continued_fraction_set.hpp
src_ed/flex_array.hpp
src_ed/fraction.hpp
src_ed/index.hpp
src_ed/index_pair.hpp
src_ed/matrix_element.hpp
src_ed/model.cpp
src_ed/model.hpp
src_ed/model_instance.cpp
src_ed/model_instance.hpp
src_ed/model_instance_base.cpp
src_ed/model_instance_base.hpp
src_ed/qcm_ED.cpp
src_ed/qcm_ED.hpp
src_ed/sector.cpp
src_ed/sector.hpp
src_ed/sparse_matrix.hpp
src_ed/state.hpp
src_ed/symmetric_orbital.hpp
src_ed/symmetry_group.cpp
src_ed/symmetry_group.hpp
src_ed/Hamiltonian/CSR_hermitian.hpp
src_ed/Hamiltonian/Davidson.hpp
src_ed/Hamiltonian/Hamiltonian_CSR.hpp
src_ed/Hamiltonian/Hamiltonian_Dense.hpp
src_ed/Hamiltonian/Hamiltonian_Eigen.hpp
src_ed/Hamiltonian/Hamiltonian_Factorized.hpp
src_ed/Hamiltonian/Hamiltonian_OnTheFly.hpp
src_ed/Hamiltonian/Hamiltonian_Operator.hpp
src_ed/Hamiltonian/Hamiltonian_base.hpp
src_ed/Hamiltonian/Hamiltonian_ops.hpp
src_ed/Hamiltonian/Lanczos.cpp
src_ed/Hamiltonian/Lanczos.hpp
src_ed/Hamiltonian/PRIMME_solver.cpp
src_ed/Hamiltonian/PRIMME_solver.hpp
src_ed/Operators/HS_Heisenberg_operator.hpp
src_ed/Operators/HS_Hermitian_operator.hpp
src_ed/Operators/HS_Hund_operator.hpp
src_ed/Operators/HS_anomalous_operator.hpp
src_ed/Operators/HS_factorized_operator.hpp
src_ed/Operators/HS_general_interaction_operator.hpp
src_ed/Operators/HS_half_operator.hpp
src_ed/Operators/HS_interaction_operator.hpp
src_ed/Operators/HS_nondiagonal_operator.hpp
src_ed/Operators/HS_one_body_operator.hpp
src_ed/Operators/HS_operator.hpp
src_ed/Operators/Heisenberg_operator.cpp
src_ed/Operators/Heisenberg_operator.hpp
src_ed/Operators/Hermitian_operator.hpp
src_ed/Operators/Hund_operator.cpp
src_ed/Operators/Hund_operator.hpp
src_ed/Operators/anomalous_operator.hpp
src_ed/Operators/destruction_operator.cpp
src_ed/Operators/destruction_operator.hpp
src_ed/Operators/general_interaction_operator.hpp
src_ed/Operators/interaction_operator.hpp
src_ed/Operators/one_body_operator.hpp
src_python/common_Py.cpp
src_python/common_Py.hpp
src_python/qcm_ED_lib.cpp
src_python/qcm_ED_only.hpp
src_python/qcm_ED_wrap.hpp
src_python/qcm_lib.cpp
src_python/qcm_wrap.hpp
src_qcm/CPT.cpp
src_qcm/Chern.cpp
src_qcm/Doxyfile
src_qcm/Green_function.hpp
src_qcm/QCM.cpp
src_qcm/QCM.hpp
src_qcm/average.cpp
src_qcm/basis3D.cpp
src_qcm/basis3D.hpp
src_qcm/lattice3D.cpp
src_qcm/lattice3D.hpp
src_qcm/lattice_matrix_element.hpp
src_qcm/lattice_model.cpp
src_qcm/lattice_model.hpp
src_qcm/lattice_model_instance.cpp
src_qcm/lattice_model_instance.hpp
src_qcm/lattice_operator.cpp
src_qcm/lattice_operator.hpp
src_qcm/omp.h
src_qcm/parameter_set.cpp
src_qcm/parameter_set.hpp
src_qcm/print.cpp
src_qcm/profile.cpp
src_qcm/vector3D.hpp
src_util/ED_global_parameter.cpp
src_util/VDVH_kernel.cpp
src_util/VDVH_kernel.hpp
src_util/block_matrix.hpp
src_util/cblas.h
src_util/clapack.h
src_util/f2c.h
src_util/global_parameter.cpp
src_util/global_parameter.hpp
src_util/integrate.cpp
src_util/integrate.hpp
src_util/lapack-blas.h
src_util/matrix.cpp
src_util/matrix.hpp
src_util/parser.cpp
src_util/parser.hpp
src_util/types.hpp
src_util/vector_num.cpp
src_util/vector_num.hpp
tests/README.md
tests/test_all.py
tests/test_diagonalization/S_format.ref
tests/test_diagonalization/S_format_complex.ref
tests/test_diagonalization/cluster_2x2_2C_8b_C2v_L.py
tests/test_diagonalization/common.py
tests/test_diagonalization/model_1D_8.py
tests/test_diagonalization/model_2x2_2C_8b_C2v_L.py
tests/test_diagonalization/test_pole_distribution.py
tests/test_diagonalization/test_pole_distribution_complex.py
tests/test_files/model_1D.py
tests/test_files/model_1D_2.py
tests/test_files/model_1D_2_4b.py
tests/test_files/model_1D_4.py
tests/test_files/model_1D_4_C2.py
tests/test_files/model_2x2_C2.py
tests/test_files/model_2x2_C2_vca.py
tests/test_files/model_G4_6b_2C.py
tests/test_files/model_WSM.py
tests/test_files/model_graphene_bath.py
tests/test_files/model_hartree.py
tests/test_files/record_2x2.py
tests/test_files/record_2x2_8b.py
tests/test_files/record_2x2_anom.py
tests/test_files/record_WSM.py
tests/test_files/record_WSM2.py
tests/test_files/record_spin.py
tests/test_files/test_2clusters.py
tests/test_files/test_CF.py
tests/test_files/test_averages.py
tests/test_files/test_averages_bath.py
tests/test_files/test_berry.py
tests/test_files/test_cdmft.py
tests/test_files/test_cdmft_hartree.py
tests/test_files/test_cluster_average.py
tests/test_files/test_controlled_loop.py
tests/test_files/test_dispersion.py
tests/test_files/test_draw.py
tests/test_files/test_fidelity.py
tests/test_files/test_fixed_density_loop.py
tests/test_files/test_hartree.py
tests/test_files/test_hybridization.py
tests/test_files/test_instances.py
tests/test_files/test_matrix_elements.py
tests/test_files/test_mixing.py
tests/test_files/test_mixing2.py
tests/test_files/test_mixing_cf.py
tests/test_files/test_reset.py
tests/test_files/test_spectral.py
tests/test_files/test_varia.py
tests/test_files/test_vca.py
tests/test_files/test_vca_MPI.py
tests/test_files/test_write.py