The constructor of the Omnes function takes as an default argument settings for a gsl integration routine. Translate this behavior via pybind11 into python, such that user do not need to care about this settings, which is rarely important.
Moreover, the constructor takes an argument minimal_distance. One should provide a default value for this, for it is also rarely important to end users.
The constructor of the Omnes function takes as an default argument settings for a gsl integration routine. Translate this behavior via pybind11 into python, such that user do not need to care about this settings, which is rarely important.
Moreover, the constructor takes an argument
minimal_distance
. One should provide a default value for this, for it is also rarely important to end users.