var and symbols

2010-08-16 Thread smichr
Mateusz has made changes in polys11 to make symbols behave like var; I have submitted a patch 1919 on Vinzent's suggestion in the same issue to make var behave like symbols. Which way should it go? var('abc') -> injects abc or a, b, c? I personally like to be able to quickly make a few variables

Re: Quantum Code Review

2010-08-16 Thread Mateusz Paprocki
Hi, On Mon, Aug 16, 2010 at 03:05:27PM -0700, Ondrej Certik wrote: > Hi Matt and Addison, > > great job! Some comments below: > > On Mon, Aug 16, 2010 at 12:19 PM, Matt Curry wrote: > > Addison and I have been working on adding features to sympy.physics > > for our GSoC project. We started off

Re: Quantum Code Review

2010-08-16 Thread Aaron S. Meurer
On Aug 16, 2010, at 4:05 PM, Ondrej Certik wrote: > Hi Matt and Addison, > > great job! Some comments below: > > On Mon, Aug 16, 2010 at 12:19 PM, Matt Curry wrote: >> Addison and I have been working on adding features to sympy.physics >> for our GSoC project. We started off working on separat

Re: Quantum Code Review

2010-08-16 Thread Ondrej Certik
Hi Matt and Addison, great job! Some comments below: On Mon, Aug 16, 2010 at 12:19 PM, Matt Curry wrote: > Addison and I have been working on adding features to sympy.physics > for our GSoC project. We started off working on separate branches, > but, as time progressed, our two branches merged t

Quantum Code Review

2010-08-16 Thread Matt Curry
Addison and I have been working on adding features to sympy.physics for our GSoC project. We started off working on separate branches, but, as time progressed, our two branches merged together. Here is a description of what we have added: We have added a general quantum mechanical framework using

Re: Review of jegerjensen:sympy:gsoc_result

2010-08-16 Thread Andy Ray Terrel
Ah so the problem is f2py isn't on my system (it was named f2py2-6 so a symbolic link fixed it). Perhaps there should be a test for f2py somehow before running the tests on it (currently it just looks to see if numpy.f2py imports but this didn't work for my case) On Mon, Aug 16, 2010 at 10:12 AM,

Review of jegerjensen:sympy:gsoc_result

2010-08-16 Thread Andy Ray Terrel
I'm getting an error when calling the autowrap on fortran code, it basically looks like subprocess.call is getting a bad command. Unfortunately I haven't figured out where to make such a comment in the code review system with GitHub. Below is there error (with the autowrap command printed) In [1]