Author Topic: Print results of deformation potential  (Read 3231 times)

0 Members and 1 Guest are viewing this topic.

Offline Ting

  • Regular QuantumATK user
  • **
  • Posts: 14
  • Country: us
  • Reputation: 0
    • View Profile
Print results of deformation potential
« on: October 6, 2015, 14:46 »
Dear All,

I calculated the deformation potential in graphene following the example at http://www.quantumwise.com/documents/manuals/ATK-2015.beta/ReferenceManual/XHTML/ref.deformationpotential.html,   and used nlprint(stream) to print a string containing an ASCII table with deformation potential data of deformation_potential_2 in the example code.

Attached is the results I got. The scaled (|g|) and unscaled (|M|) copuling matrices are listed, but no information about deformation potential, which is the one I need. How can I print the results of deformation potential? Could you please help me? Thank you very much.

Offline Umberto Martinez

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 479
  • Country: dk
  • Reputation: 26
    • View Profile
Re: Print results of deformation potential
« Reply #1 on: October 6, 2015, 15:56 »
You can have a look at this brand new tutorial to learn more about this analysis, how to plot it and how to extract useful information:
Mobility tutorial for ATK and VNL 2015

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: Print results of deformation potential
« Reply #2 on: October 6, 2015, 16:22 »
In the tutorial, look for the description of how to use the "Deformation Potential Analyzer" plugin.

Offline Ting

  • Regular QuantumATK user
  • **
  • Posts: 14
  • Country: us
  • Reputation: 0
    • View Profile
Re: Print results of deformation potential
« Reply #3 on: October 6, 2015, 23:11 »
Thank you very much for your quick reply. This is a very nice and helpful tutorial. Just what I need.

The deformation potential analyzer is very useful when specifying only one k-point for the initial state. What if I set "kpoint_fractional=MonkhorstPackGrid(5,5,5,force_timereversal=False).kpoints()"? Can I extract the information of deformation potential(D(0) and D(1)) for all the 125 k points at once? Thank you very much.

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: Print results of deformation potential
« Reply #4 on: October 7, 2015, 12:05 »
No, you can't. Only a list of coordinates for a single k-point for the initial state is accepted, e.g. [1/3, 1/3, 0]. But you of course do a simple loop over all k-points of your interest. That wouls be a simple Python scripting solution to that task.

Offline Ting

  • Regular QuantumATK user
  • **
  • Posts: 14
  • Country: us
  • Reputation: 0
    • View Profile
Re: Print results of deformation potential
« Reply #5 on: October 7, 2015, 15:14 »
OK, I see. Thank you very much for your time.

Offline mano

  • Regular QuantumATK user
  • **
  • Posts: 7
  • Country: jp
  • Reputation: 0
    • View Profile
Re: Print results of deformation potential
« Reply #6 on: October 23, 2015, 02:02 »
You can have a look at this brand new tutorial to learn more about this analysis, how to plot it and how to extract useful information:
Mobility tutorial for ATK and VNL 2015

I could not access this link now. Could you kindly let me know the new location of this tutorial?

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile