Hilbert Space Review

2010-06-29 Thread Matt Curry
Hello, I've been working on implementing Hilbert spaces in SymPy. I have created/improved two files located on my github account: hilbert.py: http://github.com/mattcurry/sympy/blob/hilbert/sympy/physics/hilbert.py test_hilbert.py: http://github.com/mattcurry/sympy/blob/hilbert/sympy/physics/tes

Re: Hilbert Space Review

2010-06-29 Thread Øyvind Jensen
ti., 29.06.2010 kl. 11.26 -0700, skrev Matt Curry: > Hello, > > I've been working on implementing Hilbert spaces in SymPy. I have > created/improved two files located on my github account: > > hilbert.py: > http://github.com/mattcurry/sympy/blob/hilbert/sympy/physics/hilbert.py > test_hilbert.py

Re: Hilbert Space Review

2010-06-30 Thread Øyvind Jensen
I get some failing tests: __ /home/oy/git_workingdir/sympy/sympy/physics/tests/ test_hilbert.py ___ File "/home/oy/git_workingdir/sympy/sympy/physics/tests/ test_hilbert.py", line 1, in from sympy.physi

Re: Hilbert Space Review

2010-06-30 Thread Øyvind Jensen
>   File "/home/oy/git_workingdir/sympy/sympy/physics/hilbert.py", line > 267 >     obj = Expr.__new__(cls, *args, commutative=False) >                                              ^ > SyntaxError: invalid syntax The syntax error is because I have python 2.5 installed. The following line is compa

Re: Hilbert Space Review

2010-06-30 Thread Matt Curry
Thanks for all the help/comments so far; sorry I haven't gotten back sooner. I'm taking care of the things you're mentioning (I was really oblivious to some of the errors). I'll get back to you in more detail in a bit. Matt On Jun 30, 10:51 am, Øyvind Jensen wrote: > >   File "/home/oy/git_worki

Re: Hilbert Space Review

2010-06-30 Thread Matt Curry
Okay, I've fixed up a few more things you've mentioned and pushed it to github. 1) I removed all of the subs lines. I realized they didn't need to be overwritten! 2) Whatever can live in a Hilbert space will have a .hilbert_space attribute that can be compared when necessary. I'll get back to yo

Re: Hilbert Space Review

2010-06-30 Thread Øyvind Jensen
on., 30.06.2010 kl. 12.05 -0700, skrev Matt Curry: > Okay, I've fixed up a few more things you've mentioned and pushed it > to github. Cool. I just finished commenting on github http://github.com/mattcurry/sympy/commit/8e63d9d62bca475bcd6e6ee711e166cb6fbe In general it looks very good: It's

Re: Hilbert Space Review

2010-06-30 Thread Øyvind Jensen
On 30 Jun, 21:05, Matt Curry wrote: > Okay, I've fixed up a few more things you've mentioned and pushed it > to github. All tests pass for me with the additional patch: b5d9e4ab385 Øyvind -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To po

Re: Hilbert Space Review

2010-07-01 Thread Brian Granger
On Tue, Jun 29, 2010 at 5:10 PM, Øyvind Jensen wrote: > ti., 29.06.2010 kl. 11.26 -0700, skrev Matt Curry: >> Hello, >> >> I've been working on implementing Hilbert spaces in SymPy. I have >> created/improved two files located on my github account: >> >> hilbert.py: >> http://github.com/mattcurry

Re: Hilbert Space Review

2010-07-02 Thread Øyvind Jensen
to., 01.07.2010 kl. 12.28 -0500, skrev Brian Granger: > On Tue, Jun 29, 2010 at 5:10 PM, Øyvind Jensen > wrote: > > ti., 29.06.2010 kl. 11.26 -0700, skrev Matt Curry: > >> Hello, > >> > >> I've been working on implementing Hilbert spaces in SymPy. I have > >> created/improved two files located on

Re: Hilbert Space Review

2010-07-04 Thread Brian Granger
Øyvind, On Fri, Jul 2, 2010 at 1:46 AM, Øyvind Jensen wrote: > to., 01.07.2010 kl. 12.28 -0500, skrev Brian Granger: >> On Tue, Jun 29, 2010 at 5:10 PM, Øyvind Jensen >> wrote: >> > ti., 29.06.2010 kl. 11.26 -0700, skrev Matt Curry: >> >> Hello, >> >> >> >> I've been working on implementing Hil

Re: Hilbert Space Review

2010-07-05 Thread Øyvind Jensen
> Yep. I just got back from SciPy and I talked a lot with one of the > devs of theano: > > http://deeplearning.net/software/theano/ Thanks for bringing theano to my attention! > > Are you familiar with this? It looks quite impressive and does code > generation for both CPUs and GPUs. They a

Re: Hilbert Space Review

2010-07-05 Thread Ronan Lamy
Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : > > Yep. I just got back from SciPy and I talked a lot with one of the > > devs of theano: > > > > http://deeplearning.net/software/theano/ > > Thanks for bringing theano to my attention! Yes, that's very interesting! > > Are you

Re: Hilbert Space Review

2010-07-05 Thread Brian Granger
On Mon, Jul 5, 2010 at 1:28 PM, Ronan Lamy wrote: > Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : >> > Yep.  I just got back from SciPy and I talked a lot with one of the >> > devs of theano: >> > >> > http://deeplearning.net/software/theano/ >> >> Thanks for bringing theano to m

Re: Hilbert Space Review

2010-07-06 Thread Aaron S. Meurer
On Jul 5, 2010, at 4:28 PM, Ronan Lamy wrote: > Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : >>> Yep. I just got back from SciPy and I talked a lot with one of the >>> devs of theano: >>> >>> http://deeplearning.net/software/theano/ >> >> Thanks for bringing theano to my att

Re: Hilbert Space Review

2010-07-06 Thread Ondrej Certik
On Tue, Jul 6, 2010 at 4:46 AM, Aaron S. Meurer wrote: > > On Jul 5, 2010, at 4:28 PM, Ronan Lamy wrote: > >> Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : Yep.  I just got back from SciPy and I talked a lot with one of the devs of theano: http://deeplearning.