All public logs

Combined display of all available logs of VASP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:33, 15 April 2022 Karsai talk contribs deleted page Calcprofile2D (content was: "<pre> #!/usr/bin/python from math import * def gauss_pot(x,y,x0,y0,h,w): en=h*e**(-((x-x0)**2+(y-y0)**2)/2.0/w**2) return en ff=raw_input('File name?\n') f=open(ff,'r') data=[] h=[] w=[] for line in f.readlines(): line=line.split() x=[] if (len(line)>2): for i in range(len(line)-2): x.append(float(line[i])) data.append(x) h.append(float(line[-2]))...", and the only contributor was "Karsai" (talk))