Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrippa committed Oct 13, 2024
1 parent 9b76b8f commit 5f7d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/funcs/2_bath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ These functions manipulate the user-accessible bath array

.. function:: chi2_fitgf(*args,ispin=0,iorb=None,fmpi=True)

This function fits the Weiss field or Hybridization function (delta) with a discretized version. The fit parameters are the bath parameters contained in the user-accessible array. Depending on the type of system we are considering (normal, superconductive, non-SU(2)) a different set of inputs has to be passed.
This function fits the Weiss field or Hybridization function (delta) with a discretized version. The fit parameters are the bath parameters contained in the user-accessible array. Depending on the type of system we are considering (normal, superconductive, non-SU(2)) a different set of inputs has to be passed. The specifics of the numerical fitting routines are controlled in the input file.


:type args: [np.array(dtype=complex,np.array(dtype=complex),np.array(dtype=float)] **or** [np.array(dtype=complex,np.array(dtype=float)]
Expand Down

0 comments on commit 5f7d9bb

Please sign in to comment.