Module qsarmodelingpy.lj_cut

Implements a data transformation for Lennard-Jones data. When some calculation point happens to be "inside" an atom, Lennard-Jones interaction goes to infinity. This module implement a workaround using a logarithm to encode values greater than a limit cut.

Functions

def ljCut(value, cut)
def transform(dfLj)