Updates:
Labels: -Priority-Medium Priority-High
Comment #9 on issue 3658 by [email protected]: hydrogen.py very slow
http://code.google.com/p/sympy/issues/detail?id=3658
It does do useful computation. It shows that when the integral i is
evaluated it evaluates to 0. It is important that the example use the code
and not just print out the result.
This is a very strange bug.
These are fast
i = Integral(R_nl(1, 0, 1, r)**2 * r**2, (r, 0, oo))
ii = i.doit()
This is slow
Eq(i, ii)
The slow part must be inside the Relational call. A good approach would be
to go through that code with the inputs i and ii above step by step and see
which line causes the slowdown.
This is an important problem.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.