Skip to content

Commit

Permalink
fixed old function naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrippa committed Oct 14, 2024
1 parent 3c74e62 commit 97c7d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edipy2/func_bath_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def chi2_fitgf(self,*args,ispin=0,iorb=None,fmpi=True):
for the impurity problem. This is a required input of :func:`solve` \
and :func:`chi2_fitgf`. Its elements are ordered differently \
depending on the bath geometry. They are (de)compactified for \
user interaction via :func:`bath_packaging`. Specific \
user interaction via :func:`bath_inspect`. Specific \
symmetrization operations are implemented and listed in the :ref:`bath` section.
:rtype: np.array(dtype=float)
"""
Expand Down
2 changes: 1 addition & 1 deletion edipy2/func_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def init_solver(self,bath=None,Nb=None,Nlat=None):
impurity problem. This is a required input of :func:`solve` and \
:func:`chi2_fitgf`. Its elements are ordered differently depending \
on the bath geometry. They are (de)compactified for user interaction \
via :func:`bath_packaging`. Specific symmetrization operations are \
via :func:`bath_inspect`. Specific symmetrization operations are \
implemented and listed in the :ref:`bath` section.
:rtype: np.array(dtype=float)
"""
Expand Down

0 comments on commit 97c7d66

Please sign in to comment.