Author Topic: transmission-spectrum output differences running on cluster using VNL-ATK2015  (Read 3121 times)

0 Members and 1 Guest are viewing this topic.

Offline ATK-user-zuox

  • Heavy QuantumATK user
  • ***
  • Posts: 26
  • Country: cn
  • Reputation: 1
    • View Profile
Hello,i tested the example on the quantumwise website-Transmission spectrum of a graphene nanoribbon with a distortion  on our cluster by parallel computing(i watched the viedo and follow the steps and set the same parameter as it sets).I found the apparent differences of  transmission-spectrum output  .Hope anyone can explain it , thanks a lot .

Offline Umberto Martinez

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 479
  • Country: dk
  • Reputation: 26
    • View Profile
You used a different basis set. You should use the Cerda.graphite and Hoffmann for Carbon and Hydrogen respectively:
Code
basis_set = [
    HoffmannHuckelParameters.Hydrogen_Basis,
    CerdaHuckelParameters.Carbon_graphite_Basis,
    ]

Offline ATK-user-zuox

  • Heavy QuantumATK user
  • ***
  • Posts: 26
  • Country: cn
  • Reputation: 1
    • View Profile
Thank you very much for your reply to this thread.I changed the basis sets  as you said  and fixed the problem.