kpm.cf
This submodule implements special wrappers for certain KPM functions that
use cofunc.coFunc objects for input and output instead of simple numpy
arrays.
Functions
-
kpm.cf.ldos(mat, state=0, limit=100, erange=10, enum=None, estep=None, kernel='jackson', rcstr_method='std', omp=False, num_threads=None, rescaled=False, stateclass='')[source]
Wrapper for kpm.ldos() that returns a cofunc.coFunc
object.
-
kpm.cf.aldos(scell, erange=10, enum=None, estep=None, count=None, tol=None, smooth=10, limit=100, kernel='jackson', rcstr_method='std', stateclass=None, spr=1, omp=False, num_threads=0, until=None, verbose=False, init=None)[source]
Wrapper for kpm.aldos() that uses cofunc.coFunc objects
for input and output.
-
kpm.cf.gldos(scell, erange=10, enum=None, estep=None, count=None, tol=None, smooth=10, limit=100, kernel='jackson', rcstr_method='std', stateclass=None, spr=1, omp=False, num_threads=0, until=None, verbose=False, init=None)[source]
Wrapper for kpm.gldos() that uses cofunc.coFunc objects
for input and output.
-
kpm.cf.galdos(scell, erange=10, enum=None, estep=None, count=None, tol=None, smooth=10, limit=100, kernel='jackson', rcstr_method='std', stateclass=None, spr=1, omp=False, num_threads=0, until=None, verbose=False, ainit=None, ginit=None)[source]
Wrapper for kpm.galdos() that uses cofunc.coFunc objects
for input and output.
-
kpm.cf.dos(mat, rcount=None, rtol=None, rsmooth=1, limit=100, erange=10, enum=None, estep=None, kernel='jackson', rcstr_method='std', omp=False, num_threads=None, rescaled=False, until=None, verbose=False)[source]
Wrapper for kpm.dos() that uses cofunc.coFunc objects for
input and output.
-
kpm.cf.ados(scell, erange=10, enum=None, estep=None, count=None, tol=None, smooth=10, rcount=None, rtol=None, rsmooth=2, limit=100, kernel='jackson', rcstr_method='std', omp=False, num_threads=0, until=None, verbose=False, init=None)[source]
Wrapper for kpm.ados() that uses cofunc.coFunc objects
for input and output.