Skip to content
Snippets Groups Projects
Commit 93373c87 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Core: FFSphere: comment to explain series expansion

parent 2703df5d
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const
#ifdef POLYHEDRAL_DIAGNOSTIC
diagnosis = {0, 1};
#endif
// expand sin(qR)-qR*cos(qR) up to qR^5
ret = 4 * M_PI / 3 * pow(R, 3) * (1. - 0.1 * pow(qR, 2));
} else {
#ifdef POLYHEDRAL_DIAGNOSTIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment