According to "scf.out", SCF calculation seems to be converged with more dozens of iterations.
But unfortunately converged density matrix will be unphysical because of electron reduction in the whole system.
The system has 275 electrons as neutral, on the other hand, SCF calculation goes toward the state that loses 32 electrons.
It's probably due to "electrode_constraint".
If you use "ElectrodeConstraints.Off", I recommend that you use "ElectrodeConstraints.RealSpaceDensity" instead of it.
Thank you for your advice!
Though scf calculation is still unconverged, the calculation results seem better than before. So I doubt there is some problem with my system.
hehe, I have done my work again, from structure relaxation. After adopting your advice, the scf is converged on the SZP basis set. But when I change the exchange_correlation_type from LDA to GGA, Error happens.
# ----------------------------------------------------------------
# Electrodes Calculation
# ----------------------------------------------------------------
# sc 0 : Fermi Energy = 0.00000 Ry
# sc 1 : Fermi Energy = -0.27930 Ry dRho = 9.5071E-01
# sc 2 : Fermi Energy = -0.28228 Ry dRho = 9.9687E-03
# sc 3 : Fermi Energy = -0.29443 Ry Etot = -194.74281 Ry dRho = 3.4378E-02
# sc 4 : Fermi Energy = -0.29895 Ry Etot = -194.74312 Ry dRho = 9.7081E-03 dEtot = -3.1220E-04 Ry
# sc 5 : Fermi Energy = -0.29900 Ry Etot = -194.74317 Ry dRho = 4.7630E-03 dEtot = -4.7948E-05 Ry
# sc 6 : Fermi Energy = -0.29958 Ry Etot = -194.74317 Ry dRho = 1.7574E-03 dEtot = -4.8249E-06 Ry
# ----------------------------------------------------------------
# Equivalent Bulk Calculation (Initial Density for TwoProbe)
# ----------------------------------------------------------------
rank 5 in job 1 cu069-ib_34585 caused collective abort of all ranks
exit status of rank 5: return code 137
Meanwhile, the error output :
/vnl-2008.10.0/atk/bin/atk: line 3: 12068 Killed LD_LIBRARY_PATH=$EXEC_DIR/../lib $EXEC_DIR/atk_exec $*
~What's wrong?
when I execute the atk command, the python file can't be executed.
the error output:
Traceback (most recent call last):
File "scf.py", line 53, in ?
runtime_parameters = runtime_params
KeyError: 'Electrode'
Why?