Philip Loche

Results 73 comments of Philip Loche

First off all you could add another example in the code example ```python def func(arg1, arg2, arg3): """Summary line. Extended description of function. Parameters ---------- arg1 : int Description of...

Nice thanks. I will try next week!

`rascaline.generate_splines` is still in place, used by us (even though only internally) and has a public API. But you are right for the actual user we recommend `rascaline.utils.RadialIntegralFromFunction`. We make...

Yes this might be a solution. One could maybe in clever construct the `species_neighbor_1` and `species_neighbor_2`. from the keys of the spherical expansion.

I have the impression it does not work in any of the how-to. Was this always the case or did we broke this?

Might the latter. I will take a look, so far our config looks consistent.

This is very useful for the LE basis and the monomials! Are we exporting these to Python as well? We need these functions for the tabulated splining if we don't...

Okay I see. I am asking because I am doing a general `SplinedRadialBasis` class in Python which will include LE and monomials.

We can put it there once we have sparse kernels 😅

See https://github.com/lab-cosmo/equisolve/pull/39