QuantumATK W-2024.09 version released on Sep 9, 2024
0 Members and 1 Guest are viewing this topic.
from ATK.KohnSham import *...dft_calculation = dft_method.apply(water_molecule)energy = calculateFermiEnergy( dft_calculation )print "Fermi energy = %g eV" % ( energy.inUnitsOf(eV) )