From 5f7d9bb411c853f95686a832d24f3d154e3bf115 Mon Sep 17 00:00:00 2001 From: lcrippa Date: Sun, 13 Oct 2024 11:29:58 +0200 Subject: [PATCH] Minor documentation update --- doc/funcs/2_bath.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/funcs/2_bath.rst b/doc/funcs/2_bath.rst index a9da455f..0960937e 100644 --- a/doc/funcs/2_bath.rst +++ b/doc/funcs/2_bath.rst @@ -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)]