Many thanks for your reply. I want to see the Slater-Koster parameters used in ATK not to fit (despite it would be nice). My problem is that when I save the python file with the "script details = show defaults" then I just see something like the following not a real parameter set for MoS2. Could you please explain how I can get the real parameter set (E_s, E_p, ...).
# -------------------------------------------------------------
# Calculator
# -------------------------------------------------------------
#----------------------------------------
# Basis Set
#----------------------------------------
basis_set = DFTBDirectory("cp2k/nonscc/")
#----------------------------------------
# Pair Potentials
#----------------------------------------
pair_potentials = DFTBDirectory("cp2k/nonscc/")
numerical_accuracy_parameters = NumericalAccuracyParameters(
interaction_max_range=10.0*Angstrom,
electron_temperature=300.0*Kelvin,
reciprocal_energy_cutoff=1250.0*Hartree,
number_of_reciprocal_points=1024,
radial_step_size=0.01*Angstrom,
density_cutoff=1e-06,
k_point_sampling=(15, 15, 10),
density_mesh_cutoff=10.0*Hartree,
)