ReadPot(ifile)

Read set of potentials from a [RDFnPOT].pot file

Parameters:
ifile (str)
Name of the file
Name (str)
Name of the DFset, used for annotations when plotted
quiet (bool)
If to suppress output. Default False
Ucut (float)
Height of the hard repulsive core at r=0 in kJ/mol

Examples:
pot = MT.ReadPot('03.Chol-DMPC.i010.pot', quiet=True)
pot2 = MT.ReadPot('01.MT1MT2.i010.pot', Ucut=5000.0)