ACEsuit/IPFitting.jl

SHIPS.scaling(db.basis,2)

Opened this issue · 4 comments

casv2 commented

I use this to mimic a Laplace preconditioner to set up the Γ matrix, how would I go about this for a 2B+ACE basis? I guess I would have to get the second derivate for the 2B basis functions and add to the diagonal?

yes, at the moment it needs to be done by hand, but we should think about this. Is scaling not implemented for the 2B basis? Then I can do that quickly.

casv2 commented

scaling is not implemented for a PolyPairBasis as of yet. I can then manually split the two bases, use scaling separately and create the Γ.

I'll try to do it today.

is this still open ?