From 03c3564914414125a0c89580c7012380353fd44a Mon Sep 17 00:00:00 2001 From: Junya Otsuki Date: Fri, 2 Mar 2018 02:13:13 +0900 Subject: [PATCH] Add README in example directory --- example/README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..7e0daa6 --- /dev/null +++ b/example/README.md @@ -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``