doctor blom, I have edited the script following what you told me. the code
# Restore self consistent calculation from check point file
oldscf = restoreSelfConsistentCalculation(
filename = '/home/ms/bpcur1-0.5.nc'
)
scf = executeSelfConsistentCalculation(self_consistent_calculation=oldscf)
runtime_parameters = runtimeParameters(
verbosity_level = 1,
checkpoint_filename = '/home/ms/xv/bpcur1.nc'
)
voltages = numpy.arange(0.,5.01,0.5)*Volt
ivcurve.runIVcurve (
twoprobe_configuration,
two_probe_method,
runtime_parameters,
voltages,
vnl_filename='/home/ms/xv/bp_iv.vnl', sample_name='bp_iv',
current_k_point_sampling = (10,10),
current_number_of_points = 100
)
when the job run, the electrode is calculted. the content of the calculted result is as follows:
# ----------------------------------------------------------------
# Electrodes Calculation
# ----------------------------------------------------------------
# sc 0 : Fermi Energy = 0.00000 Ry
# sc 1 : Fermi Energy = -0.37496 Ry dRho = 1.8700E+00
# sc 2 : Fermi Energy = -0.35694 Ry dRho = 1.2413E-02
# sc 3 : Fermi Energy = -0.27741 Ry dRho = 6.2172E-02
# sc 4 : Fermi Energy = -0.27699 Ry dRho = 1.2709E-02
# sc 5 : Fermi Energy = -0.25859 Ry dRho = 1.4290E-02
# sc 6 : Fermi Energy = -0.27538 Ry dRho = 9.5796E-03
# sc 7 : Fermi Energy = -0.27439 Ry Etot = -416.24910 Ry dRho = 6.9657E-04
# sc 8 : Fermi Energy = -0.27486 Ry Etot = -416.24909 Ry dRho = 3.6515E-04 dEtot = 9.7646E-07 Ry
# sc 0 : Fermi Energy = 0.00000 Ry
# sc 1 : Fermi Energy = -0.37496 Ry dRho = 1.8700E+00
# sc 2 : Fermi Energy = -0.35694 Ry dRho = 1.2413E-02
dose the job run rightly? does the former bpcur1-0.5.nc file be used as the initial datas for calculation?