Author Topic: scattering rata  (Read 2047 times)

0 Members and 1 Guest are viewing this topic.

Offline Roc

  • QuantumATK Guru
  • ****
  • Posts: 104
  • Reputation: 0
    • View Profile
scattering rata
« 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

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: scattering rata
« Reply #1 on: July 26, 2017, 07:48 »
Dear Joc,
is there some previous script that needs updating?

Offline Roc

  • QuantumATK Guru
  • ****
  • Posts: 104
  • Reputation: 0
    • View Profile
Re: scattering rata
« Reply #2 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'



Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: scattering rata
« Reply #3 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.