-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Example scripts | ||
--------------- | ||
|
||
### 2band.atom.py | ||
|
||
2-orbital atom with the Hubbard-Kanamori interactions | ||
|
||
Representative model parameters: | ||
|
||
num_orb: Number of orbitals (=2) | ||
U: Coulomb interaction | ||
J: Hund coupling | ||
mu: chemical potential | ||
|
||
|
||
### slater.py | ||
|
||
A single atom with a Slater-type rotationally invariant interactions | ||
|
||
Representative model parameters: | ||
|
||
L: angular momentum | ||
U: Coulomb interaction | ||
J: Hund coupling | ||
ls_coupling: LS coupling | ||
mu: chemical potential | ||
|
||
### anderson.py | ||
|
||
Single orbital Anderson model | ||
|
||
Not yet ported to ``pomerol2triqs1.4`` | ||
|
||
### 2band.py | ||
|
||
2-orbital impurity Anderson model (bath: 1 site * 2 orbitals) | ||
|
||
Not yet ported to ``pomerol2triqs1.4`` |