Author Topic: How to get Resistance-Area(RA) of MRAM by using ATK  (Read 5307 times)

0 Members and 1 Guest are viewing this topic.

Offline broadcome

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: kr
  • Reputation: 0
    • View Profile
Dear all,

In toturial document "First principles modelling of Electron transport across interfaces",
there are two main paramener of MRAM - TMR and RA.
It is easy to calculate TMR by using script of toturial.

Is there simple method or script to get RA?



I would be extremely grateful for your reply.
Best regards,

« Last Edit: July 29, 2011, 10:42 by broadcome »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5576
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: How to get Resistance-Area(RA) of MTJ system by using ATK
« Reply #1 on: July 29, 2011, 10:42 »
Yes, it's quite simple really. R is the inverse of the conductivity and A is the device area. So, if we let "a" be the size of the unit cell,

RA = a**2 / (cond_up+cond_down)

One should be a little bit careful since the conductivity doesn't actually change if we double the unit cell in XY (because we are computing the conductance, not the conductivity), but RA would in the formula above. Thus we should interpret "R" as "per unit cell", and therefore "a" should correspond to the minimal unit cell.
« Last Edit: July 29, 2011, 10:44 by Anders Blom »

Offline broadcome

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: kr
  • Reputation: 0
    • View Profile
Re: How to get Resistance-Area(RA) of MRAM by using ATK
« Reply #2 on: July 29, 2011, 10:47 »
Wow!
Very quick answer.

Thanx!!!  :D