Sir,
My calculation for doping concentraton=1e19, converged on increasing fermi poles to 12
contour_parameters = DoubleContourIntegralParameters(
circle_points=50,
integral_lower_bound=2.5*Hartree,
fermi_function_poles=12,
,however when i increased my doping value to 2e21 ,my slater koster calculation did not converge for using same number of fermi poles and for below mention values
contour_parameters = DoubleContourIntegralParameters(
circle_points=50,
integral_lower_bound=2.5*Hartree,
fermi_function_poles=12,
)
what could be the reason for it?how can i converge my calculation for e21 doping concentration?