Re: [sympy] how to use the coupled cluster example

2010-11-23 Thread Øyvind Jensen
ti., 23.11.2010 kl. 12.59 -0800, skrev Ondrej Certik: > Hi, > > here is how to run the coupled cluster example: > > $ python examples/intermediate/coupled_cluster.py > > and it prints: > > https://gist.github.com/712508 > > the link to theory that it prints is: > http://www.ccc.uga.edu/lec_top

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Aaron S. Meurer
Yes, the wiki git repository. At the top of the web interface to edit a page, there is a toolbar, which also has a nice help thing (that is how I figured out the math thing; this is by the way way better than any help I ever saw for the MediaWiki or Google Code wiki). If you click on the image

[sympy] how to use the coupled cluster example

2010-11-23 Thread Ondrej Certik
Hi, here is how to run the coupled cluster example: $ python examples/intermediate/coupled_cluster.py and it prints: https://gist.github.com/712508 the link to theory that it prints is: http://www.ccc.uga.edu/lec_top/cc/html/review.html I never studied coupled cluster in details yet. How can

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Ondrej Certik
On Tue, Nov 23, 2010 at 9:17 AM, Aaron Meurer wrote: > Actually, I think you should be able to just put the images in the git > repository and access them from there. Do you mean the "wiki git repository"? How can you access it as a URL? Of course, I know it works if you put it into the "sympy gi

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Aaron Meurer
Actually, I think you should be able to just put the images in the git repository and access them from there. Aaron Meurer On Tue, Nov 23, 2010 at 10:16 AM, Aaron Meurer wrote: > I don't know about the figures (I think you might have to upload them > to an external site), but I was able to get t

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Aaron Meurer
I don't know about the figures (I think you might have to upload them to an external site), but I was able to get the math to work. On the GitHub wiki, you have to use \[\] instead of .. math:, and also, \operatorname{} is not supported (so I used \mathrm{}) instead. Aaron Meurer On Tue, Nov 23,

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Andre Smit
Another issue is equations. I can't seem to get my integrals showing e.g. .. math:: \int_{0}^{\infty} \xi^{3} \left(\left(C \left(1 - 2 \nu - \xi z\right) - A \xi\right) e^{\xi z} + \left(B \xi + D \left(1 - 2 \nu + \xi z\right)\right) e^{- \xi z}\right) \operatorname{j0}\left(r \xi\right)\,d

Re: [sympy] Elastic Multi-Layer Analysis using Sympy

2010-11-23 Thread Andre Smit
Gotcha - how should we handle figures? On Tue, Nov 23, 2010 at 1:00 AM, Ondrej Certik wrote: > On Mon, Nov 22, 2010 at 8:34 PM, Andre Smit wrote: > > To get up and running I created a new page on the wiki. I'll edit this as > I > > make more time over Thanksgiving and the Christmas break. I not