Examples
Some example python scripts of a spin-bath model derivation for the well-known Single Impurity Anderson Model (SIAM)
and the Hubbard Model are provided in the examples
folder.
For the real valued SIAM:
cd ./examples
python3 siam_example.py
For the complex valued SIAM:
cd ./examples
python3 complex_siam_example.py
For the real valued Hubbard model:
cd ./examples
python3 hubbard_example.py
For a Kondo lattice chain model
cd ./examples
python3 kondo_lattice_example.py