Re: [sympy] secondquant classes

2012-01-12 Thread Chris Smith
On Fri, Jan 13, 2012 at 12:16 PM, Brian Granger wrote: > On Thu, Jan 12, 2012 at 9:50 PM, smichr wrote: >> Two questions: >> >> 1) Why do FockStateKet and FockStateBra print as FockState? >> > BKet((n,)) >> FockState((n,)) > BBra((n,)) >> FockState((n,)) > > I think these were created as

Re: [sympy] secondquant classes

2012-01-12 Thread Brian Granger
On Thu, Jan 12, 2012 at 9:50 PM, smichr wrote: > Two questions: > > 1) Why do FockStateKet and FockStateBra print as FockState? > BKet((n,)) > FockState((n,)) BBra((n,)) > FockState((n,)) I think these were created as shorthand aliases. Probably not the best decision. > The Bra and K

[sympy] secondquant classes

2012-01-12 Thread smichr
Two questions: 1) Why do FockStateKet and FockStateBra print as FockState? >>> BKet((n,)) FockState((n,)) >>> BBra((n,)) FockState((n,)) The Bra and Ket derive from FockState, so sympification of these (misrepr-s) will fail to give the original object and are misleading as to what one is dealing

[sympy] Re: Help with review of the new plotting module.

2012-01-12 Thread krastanov.ste...@gmail.com
I've made a number of bug fixes and added quite a few examples. Unless there is a part that you don't like the api should be stable. The issue about inclusion is code.google.com/p/sympy/issues/detail?id=2845. I'll change the milestone to 0.7.2. If you do not agree please comment and change it in t

Re: [sympy] Re: a**1.0 == a?

2012-01-12 Thread Aaron Meurer
Well, I'm flattered that you liked it so much. I think it should be restructured a little, though, if it is to be included anywhere (I didn't write it with documentation in mind, just as a response to some of the things that were said in this thread). And I do think that a document describing how

[sympy] pickling problem

2012-01-12 Thread smichr
In trying to derive Geometry from Basic I ran into a pickling problem with `RegularPolygon(Point(1, 2), 4, 5, 0)`: The directory of this object has `set(['_n', '_center', '_rot', '_radius'])` whereas the pickled object does not. (This was found by putting, in check, the line `set(d1) - set(d2)` ju

Re: [sympy] Re: Max(a, 1)*Max(a,2) raise exception

2012-01-12 Thread Aaron Meurer
On Thu, Jan 12, 2012 at 7:02 AM, Robert wrote: > It looks like this bug was quickly fixed! Thanks. Indeed! I wrote to create an issue right before going to bed, and when I woke up, it was fixed. > > I appreciate the fast response. Generally what is the release process > for this type of thing? I

[sympy] Re: Max(a, 1)*Max(a,2) raise exception

2012-01-12 Thread Robert
It looks like this bug was quickly fixed! Thanks. I appreciate the fast response. Generally what is the release process for this type of thing? Is the best bet waiting for .7.2 to come out? Thanks, Rob On Jan 11, 8:45 pm, "Alexey U. Gudchenko" wrote: > 12.01.2012 03:14, Robert пишет: > > > did

[sympy] Re: a**1.0 == a?

2012-01-12 Thread smichr
Has the dust settled? Should https://github.com/sympy/sympy/pull/956 be committed? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubsc