Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1def extrapolate(x, y, n=-1.5, plot=0, reg=0, txt=None): 

2 raise DeprecationWarning( 

3 'The ase.utils.extrapolate module has been deprecated. ' 

4 'Please use gpaw.utilities.extrapolate.extrapolate() instead.')