beddalumia / KMHproject

A collection of programs and scripts to solve and analyze the Kane-Mele-Hubbard model in a variety of (dynamical) mean-field settings
1 stars 1 forks source link

Reduce MATLAB boilerplate #2

Open beddalumia opened 2 years ago

beddalumia commented 2 years ago

We have a lot of boilerplate within matlab scripts and functions. We can indeed drastically reduce it by collecting all the elementary routines in suitable MATLAB packages, that will then become required dependencies for this repository.

Target repository for the new packages: https://github.com/bellomia/DMFT-LAB

beddalumia commented 2 years ago

Commit be9a12d01d7b1fcb80fc0a0523774f835984c498 adds DMFT-LAB to the requirements, and refers to it in several markdown files.

beddalumia commented 2 years ago

Commit bad4628063980e38b2bfa9baf8bc204c54f2745f embeds DMFT-LAB as a git submodule.