SAFD-algorithm icon indicating copy to clipboard operation
SAFD-algorithm copied to clipboard

An app to compute the coefficients of a function development in a spherical harmonics convergent series.

Results 2 SAFD-algorithm issues
Sort by recently updated
recently updated
newest added
trafficstars

Values of multiple coefficients are slow to be computed. This is due to the [`parsed_f`](https://github.com/JustWhit3/SAFD-algorithm/blob/main/src/functions.cpp#:~:text=*/-,double%20parsed_f,-(%20const%20std)) function definition, which uses the `ExprTk` library to compute its return value. A possible solution...

For values of the quantum number m > 5, the value of the computed coefficients start to decrease consistently. This is due to the fact that to compute the Legendre...