QuantumATK W-2024.09 version released on Sep 9, 2024
0 Members and 1 Guest are viewing this topic.
for i in [1.5, 1.6, 1.7, 1.8, 1.9]: scf = restoreSelfConsistentCalculation("a%g.nc" % i) ...
import numpy for i in numpy.arange(1.5,1.91,0.1): scf = restoreSelfConsistentCalculation("a%g.nc" % i) ...
print "a%g.nc" % i