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?
cortner commented
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 Γ.
cortner commented
I'll try to do it today.
cortner commented
is this still open ?