From bf1f3c07586259747d449fb2a911fa04128a110d Mon Sep 17 00:00:00 2001 From: Leonid Pourovskii Date: Mon, 31 Mar 2014 19:23:13 +0200 Subject: [PATCH] correction in LDADMFTmain.rst --- doc/LDADMFTmain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/LDADMFTmain.rst b/doc/LDADMFTmain.rst index 58b19f8f..b540a5b8 100644 --- a/doc/LDADMFTmain.rst +++ b/doc/LDADMFTmain.rst @@ -62,8 +62,8 @@ They denerally should be reset for a given problem. Their meaning is as follows: * `use_matrix`: If `True`, the interaction matrix is calculated from Slater integrals, which are calculated from `U_interact` and `J_hund`. Otherwise, a Kanamori representation is used. Attention: We define the intraorbital interaction as - `U_interact+2J_hund`, the interorbital interaction for opposite spins as `U_interact`, and interorbital for equal spins as - `U_interact-J_hund`! + `U_interact`, the interorbital interaction for opposite spins as `U_interact-2*J_hund`, and interorbital for equal spins as + `U_interact-3*J_hund`! * `T`: A matrix that transforms the interaction matrix from spherical harmonics, to a symmetry adapted basis. Only effective, if `use_matrix=True`. * `l`: Orbital quantum number. Again, only effective for Slater parametrisation.