gala icon indicating copy to clipboard operation
gala copied to clipboard

Implement SCFPotential.to_sympy() and possibly an instance-level to_sympy()

Open adrn opened this issue 5 years ago • 0 comments

The current implementation of Potential.to_sympy() is a classmethod and therefore does not really work for potential classes whose structure depends on metaparameters, like SCFPotential. Regardless, we should implement SCFPotential.to_sympy() (even if it returns some complicated sums) as a way of validating the energy, density, and gradient functions.

adrn avatar Oct 14 '20 20:10 adrn