PotsExtendTailRange(pots, RcutNB)

Extend the range of NB potentials in the DFset up to RcutNB (Inplace, i.e. no new set is returned)

Parameters:
pots*
set of potentials
RcutNB*
the upper range to extend the potentials.
Example:
pot_short = MT.ReadPot('DNA.short.sample.pot', Ucut=100000)
MT.PotsExtendTailRange(pot_short, RcutNB=10)