Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
forum:data:2019:coulomb_operator [2019/11/18 12:07] – Maurits W. Haverkort | forum:data:2019:coulomb_operator [2019/11/18 12:08] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 15: | Line 15: | ||
what does the last list (for example {1,0,0}) mean? | what does the last list (for example {1,0,0}) mean? | ||
+ | |||
+ | and why into the program which computes the eigenstates of the coulomb operator at some point I find it written | ||
+ | |||
+ | < | ||
+ | – Number of allowed Slater integrals is L + 1 | ||
+ | |||
+ | SlaterInts [1] = 20 | ||
+ | |||
+ | for i = 2, Nk do | ||
+ | |||
+ | SlaterInts [i] = SlaterInts [i-1] / 2 | ||
+ | |||
+ | end | ||
+ | </ | ||
+ | |||
+ | where does that “20” come from? | ||
+ | |||
+ | Thanks in advance | ||
+ | |||
+ | Riccardo | ||
+ | |||
+ | |||
</ | </ | ||
~~DISCUSSION|Answers~~ | ~~DISCUSSION|Answers~~ | ||