Skip to content

Commit

Permalink
[fix] doc strings of cRPA avering for Slater
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Aug 28, 2023
1 parent 1d0f11a commit e513f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/solid_dmft/postprocessing/eval_U_cRPA_Vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def calc_u_avg_fulld(uijkl,n_sites,n_orb,out=False):
formula 23, 25
works atm only for full d shell (l=2)
Returns F0=U, and J=(F2+F4)/2
Returns F0=U, and J=(F2+F4)/14
Parameters
----------
Expand Down Expand Up @@ -242,7 +242,7 @@ def calculate_interaction_from_averaging(uijkl, n_sites, n_orb, out=False):
of the choosen basis (cubic or spherical harmonics) the same results
if Uijkl is a true Slater matrix.
Returns F0=U, and J=(F2+F4)/2
Returns F0=U, and J=(F2+F4)/14
Parameters
----------
Expand Down

0 comments on commit e513f03

Please sign in to comment.