Re: [sympy] SymPy quantum computing paper

2011-12-06 Thread Brian Granger
2011/12/6 Ondřej Čertík : > Hi Brian, > > On Tue, Dec 6, 2011 at 12:24 PM, Brian Granger wrote: >> Hi, >> >> We have done a lot of work on SymPy's quantum computing modules and it >> is time to write a paper.  If you are interesting in helping out, >> please read on... >> >> * The paper will focus

Re: [sympy] SymPy quantum computing paper

2011-12-06 Thread Ondřej Čertík
Hi Brian, On Tue, Dec 6, 2011 at 12:24 PM, Brian Granger wrote: > Hi, > > We have done a lot of work on SymPy's quantum computing modules and it > is time to write a paper.  If you are interesting in helping out, > please read on... > > * The paper will focus on SymPy's quantum computing modules

Re: [sympy] Re: need suggestions to the new concept of using SymPy

2011-12-06 Thread Tim Lahey
On Sat, Nov 26, 2011 at 11:37 PM, Aaron Meurer wrote: > Let us know how this goes.  I don't have an Android device, though I > do have iOS devices, so I would be interested if you port to that > platform. Aaron, There's a universal app called PythonMath, http://itunes.apple.com/ca/app/python-ma

Re: [sympy] Re: need suggestions to the new concept of using SymPy

2011-12-06 Thread Ondřej Čertík
On Tue, Dec 6, 2011 at 2:43 AM, Shyam wrote: > Hi Aaron, > A new video has been uploaded in youtube. It explains the steps > required to generate the output. You can find the video at > > http://youtu.be/TAAeCV5QM0Y > > Basically, you need to download the builtin programs (menu::Download > Builtin

[sympy] SymPy quantum computing paper

2011-12-06 Thread Brian Granger
Hi, We have done a lot of work on SymPy's quantum computing modules and it is time to write a paper. If you are interesting in helping out, please read on... * The paper will focus on SymPy's quantum computing modules in sympy.physics.quantum (gate, qubit, qft, etc.). We should also write a mor

[sympy] should radical removal be optional or automatic with as_content_primitive

2011-12-06 Thread smichr
as_content_primitive removes Rational content from an expression. Does it make sense to remove radical content, too, but leave it as a factor with the primitive portion? >>> (sqrt(2+2*x)+sqrt(10+10*x)).as_content_primitive() (1, sqrt(2)*(sqrt(x + 1) + sqrt(5)*sqrt(x + 1))) see https://gi

[sympy] Re: need suggestions to the new concept of using SymPy

2011-12-06 Thread Shyam
Hi Aaron, A new video has been uploaded in youtube. It explains the steps required to generate the output. You can find the video at http://youtu.be/TAAeCV5QM0Y Basically, you need to download the builtin programs (menu::Download Builtins). Once downloaded, you can run the tutorials provided for