Page 1 of 1

Modifications

Posted: Wed Jun 21, 2006 7:43 am
by graeme
Now using a makefile to build the potentials instead of the build script. The compiler is g77 for now.

Removed all references to Numeric and numarray, in favor of numpy. This later package looks a lot cleaner because it incorporates scipy and f2py. This means we can use the functionality of numarray vectors and still pass them to fortran.

Posted: Thu May 10, 2007 6:00 am
by graeme
Made changes to be compatible with numpy 1.0.1.
- matrixmultiply() is now dot()
- numpy.Float is now numpy.float
- numpy.outerproduct is now numpy.float