GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
stats.py File Reference

Go to the source code of this file.

Namespaces

 stats
 

Functions

def stats.lsFit (start, end, incr)
 

Variables

 stats.c = ConfigParser.ConfigParser()
 
 stats.incr = int(c.getfloat('Params','printSteps'))
 
 stats.xDim = int(c.getfloat('Params','xDim'))
 
 stats.yDim = int(c.getfloat('Params','yDim'))
 
 stats.st = int(sys.argv[1])
 
 stats.en = int(sys.argv[2])