i tried to calculat the spin transport , but when i use
two_probe_algorithm_parameters = twoProbeAlgorithmParameters(
electrode_constraint = ElectrodeConstraints.Off,
initial_density_type = InitialDensityType.NeutralAtom
)
and i use verbosity_level = 5
a error has happened:
# TwoProbe Calculation
# ----------------------------------------------------------------
# sc 0 : q = 440.00000 e
Traceback (most recent call last):
File "c:/docume~1/admini~1/locals~1/temp/tmpslxoie.nl", line 793, in ?
runtime_parameters = runtime_parameters
ATKError: inverse(DZMatrix const &) : Could not LU factorize!
Terminated Abnormally
I dont know how to deal with it.