Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
forum:data:2019:coulomb_operator [2019/11/15 17:41] – Created from the form at forum:start Riccardo Piombo | forum:data:2019:coulomb_operator [2019/11/18 12:08] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 8: | Line 8: | ||
when I define Coulombs operators for a d shell | when I define Coulombs operators for a d shell | ||
+ | < | ||
OppF0 = NewOperator(" | OppF0 = NewOperator(" | ||
OppF2 = NewOperator(" | OppF2 = NewOperator(" | ||
OppF4 = NewOperator(" | OppF4 = NewOperator(" | ||
+ | </ | ||
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~~ | ||