QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: Roc on July 26, 2017, 06:52

Title: scattering rata
Post by: Roc on July 26, 2017, 06:52
Dear Sir,
       For 2017.0 version,  could you give me a new script to obtain the scattering rata as a function of E/K?  And how to obtain the 2D scattering rata as a function of Kx and Ky?  How to export these datas,  to plot a picture by using  orgin. Thanks.   

Joc
Title: Re: scattering rata
Post by: Jess Wellendorff on July 26, 2017, 07:48
Dear Joc,
is there some previous script that needs updating?
Title: Re: scattering rata
Post by: Roc on July 26, 2017, 09:31
There is an erro when using the old script to calculate the scattering rate.   What's more, could you give a script to calculate the 2D scattering rata?

+------------------------------------------------------------------------------+
|                                                                              |
| Atomistix ToolKit 2017.0 [Build 15d690eb18]                                  |
|                                                                              |
+------------------------------------------------------------------------------+

Timing:                          Total     Per Step        %

--------------------------------------------------------------------------------

Loading Modules + MPI   :      13.97 s      13.97 s      79.39% |=============|
--------------------------------------------------------------------------------
Total                   :      17.60 s
Traceback (most recent call last):
  File "Scattering_rate.py", line 18, in <module>
    Ef = mobility._fermiLevel().inUnitsOf(eV)
AttributeError: 'Mobility' object has no attribute '_fermiLevel'


Title: Re: scattering rata
Post by: Jess Wellendorff on July 26, 2017, 09:48
Code
# Get Fermi level
Ef = mobility.fermiLevel().inUnitsOf(e
will fix the error. Don't know about the 2D scattering rates.