Hi PF!
I have the given data points here
data =
{{1.92, 0.74}, {2.32, 1.36}, {2.44, 1.88}, {2.52, 2.08}, {2.68,
1.92}, {2.64, 1.4}, {2.46, 0.78}};
and the following plots the correct interpolation
Show[{ListLinePlot[{data}, InterpolationOrder -> 3],
ListPlot[\[Lambda]cplx1]}]
but...