best package for a physical simulation?

2007-01-23 Thread sittner
Hello everyone, i would like to use python to perform some simulation involving collisions of colloidal particles. which is the best package/engine to do that in python? thanks, T -- http://mail.python.org/mailman/listinfo/python-list

Re: best package for a physical simulation?

2007-01-23 Thread Terry Reedy
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] | Hello everyone, | i would like to use python to perform some simulation involving collisions | of colloidal particles. | which is the best package/engine to do that in python? | thanks, I would start with numpy/scipy and perhaps look

Re: best package for a physical simulation?

2007-01-23 Thread Robert Kern
[EMAIL PROTECTED] wrote: Hello everyone, i would like to use python to perform some simulation involving collisions of colloidal particles. which is the best package/engine to do that in python? What kind of numerical methods does such simulation require? -- Robert Kern I have come to

Re: best package for a physical simulation?

2007-01-23 Thread km
Hi, checkout MMTK package http://dirac.cnrs-orleans.fr/MMTK/ regards, KM On 1/24/07, Robert Kern [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hello everyone, i would like to use python to perform some simulation involving collisions of colloidal particles. which is the best

Re: best package for a physical simulation?

2007-01-23 Thread Stef Mientki
[EMAIL PROTECTED] wrote: Hello everyone, i would like to use python to perform some simulation involving collisions of colloidal particles. which is the best package/engine to do that in python? thanks, T Maybe this is what you're looking for ... http://simmodel.tigris.org/ ... but I