Author Topic: question on admittance code tutorial  (Read 2061 times)

0 Members and 1 Guest are viewing this topic.

Offline rose

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Country: it
  • Reputation: 0
    • View Profile
question on admittance code tutorial
« on: August 27, 2015, 07:49 »
Hi everyone,
I have a question on the admittance code tutorial.
In that code the Hamiltonian is calculated from calculateHamiltonianAndOverlap. But with what bases? tight binding as mentioned in the reference paper at gamma point? In addition, what should i do to improve it for DFT ?
thanks in advanced,
Rose

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: question on admittance code tutorial
« Reply #1 on: August 27, 2015, 13:21 »
Actually this function doesn't calculate the Hamiltonian, it just extracts it from an existing calculation, which can be made with any method available in ATK, DFT or tight-binding, or DFTB.

Offline rose

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Country: it
  • Reputation: 0
    • View Profile
Re: question on admittance code tutorial
« Reply #2 on: August 28, 2015, 14:07 »
Hi,
Thanks.
Then, In the admittance code tutorial in the site, where do we define the calculation parameters? I want to use DFT with my own setup parameters.
yours
Rose.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: question on admittance code tutorial
« Reply #3 on: August 28, 2015, 14:19 »
The scripts in the tutorial are all for post-processing. First you run the normal device calculation with whatever parameters you choose, and then you can see that this in imported via the "nlread" statement in the scripts.

Offline rose

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Country: it
  • Reputation: 0
    • View Profile
Re: question on admittance code tutorial
« Reply #4 on: August 28, 2015, 14:23 »
Thanks for the fast response.
Now I got it.
Thanks again
Rose