Comment #12 on issue 3658 by [email protected]: hydrogen.py very slow
http://code.google.com/p/sympy/issues/detail?id=3658

I have replaced the call to Eq by just printing it as a string .

The output I am getting is

Normalization:
-15/2 + Integral(4*r**5*exp(-2*r), (r, 0, oo)) =0
-330 + Integral(r**5*(-r + 2)**2*exp(-r)/8, (r, 0, oo)) =0
-210 + Integral(r**7*exp(-r)/24, (r, 0, oo)) =0

Is this sufficient ?
Or should I pretty print the integral ?
In that case how do I call pprint without a newline ?
I was going through the source code for the printer and found the statement

    print pretty(expr, **settings)

I think this is responsible for printing the integral .This prints a newline automatically. So I was wondering how I could call pprint without modifying the code and yet not print a newline character

--
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.


Reply via email to