Author Topic: problem displaying Bandstructure of Graphene: VNL as QE GUI  (Read 5292 times)

0 Members and 1 Guest are viewing this topic.

Offline Shan

  • QuantumATK Guru
  • ****
  • Posts: 101
  • Country: in
  • Reputation: 0
    • View Profile
Dear QW Team,

I am using VNL as GUI for Quantum Espresso. First, I implemented the tutorial of Silicon, VNL worked fine for me.

When I went on to Graphene (two atoms) bandstructure calculation, the VNL shows empty band structure plot. However, when I plot the same using GNUPLOT it shows perfect  bandstructure and zero band gap.

Why VNL could not show band structure of Graphene, however it is working fine in displaying DOS plot of graphene. I really wasted a lot of time thinking that the problem is with my calculation.
Please clarify.

Thank you very much for your time.
« Last Edit: January 4, 2017, 19:47 by Shan »

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #1 on: January 5, 2017, 09:05 »
That is weird. In the VNL figure the band structure from Gamma to Gamma, that is, no k-points path is selected in the Brillouin zone.

Did you also set up the system using VNL? Which version of QE are you using?

Regards,
Daniele.


Offline Shan

  • QuantumATK Guru
  • ****
  • Posts: 101
  • Country: in
  • Reputation: 0
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #2 on: January 5, 2017, 12:01 »
Yes sir... the system has been setup using VNL only.

I am using latest version QE 6.0.

The VNL version is 2016.3.

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #3 on: January 5, 2017, 14:34 »
Try these input files and make sure to update to the last version of the QE plugin (v2.3). Then you should be able to visualize the bands of graphene correctly.

Notice that we have found out a small numerical issue with the way k-points labeling is handled for the K point, so the "K" label will now show up in your band structure plot.

Also, make sure to run the calculations in a clean folder, I manage to reproduce your problem only when I re-run the calculation in a folder that already had some QE output in it.

Regards,
Daniele.

Offline quantumtoday

  • Heavy QuantumATK user
  • ***
  • Posts: 29
  • Country: fr
  • Reputation: 0
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #4 on: January 18, 2017, 00:10 »
Hi Daniele,
I had the same problem as Shan did, and after I corrected values of k-points (G,K,M,G) and do again bands calculations, VNL only shows Gamma,M,Gamma. I do not see where is K. Even I used your setup files, VNL only shows G,M,G points. Did you also see only these three points in your figure? How can VNL show all 4 points G,K,M,G?

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #5 on: January 18, 2017, 10:25 »
Yes there is a bug due to a difference between how QE and VNL interprets numerically the values of the k-points: VNL identifies automatically the K-point with a precision of 10-8, but QE prints out the k-points in the band structure only with 4 decimals. Hence, the K-point is not identified as an high symmetry point and it is not printed out.

I have already filed a bug which will be corrected asap.
I will post here when the bug is corrected.

Offline quantumtoday

  • Heavy QuantumATK user
  • ***
  • Posts: 29
  • Country: fr
  • Reputation: 0
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #6 on: January 18, 2017, 10:49 »
Thank you, so we wait for your news.

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #7 on: February 9, 2017, 14:06 »
Just to let you know. The bug has been fixed and the fixed version of the plugin should be available soon in the PlugIn repository.

Offline wcfutalan

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: ph
  • Reputation: 0
    • View Profile
Hi,

I also got into the same problem, so I updated the BandstructureAnalyzer to v. 2.6. However, it does not solve the problem.

Btw, I'm using VNL with the following specifications:

Build: 2016.3.7eb51b6
Platform: Linux
Python 2.7.11


What should I do to fix the issue?


« Last Edit: May 5, 2017, 13:39 by wcfutalan »

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
The problem might be due to the number of digits that you have used to specify the band structure k-points in the QE input file. I suggest you to specify those points with a precision of 10-6, that is with 6 decimals, and report back if the problem persists.
Regards,
Daniele.

Offline wcfutalan

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: ph
  • Reputation: 0
    • View Profile
Hi Daniele,

Following your suggestion, I revised my pw.x input as follows:


K_POINTS {crystal_b}
4
0.00000000 0.00000000 0.00000000 20 !G
0.00000000 0.50000000 0.00000000 20 !M
0.33333333 0.33333333 0.00000000 20 !K
0.00000000 0.00000000 0.00000000 20 !G


The problem still persists: https://drive.google.com/open?id=0B4OPHMMwFxoQZlFkYzU5S0JXcGM
« Last Edit: May 8, 2017, 13:54 by wcfutalan »

Offline wcfutalan

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: ph
  • Reputation: 0
    • View Profile
Or is there a possible way of manually labelling the high symmetry points?

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Dear all QE + VNL users.

If you use VNL to plot QE bandstructures, I suggest you upgrade to the latest alpha release of VNL (version 2017.a2): http://www.quantumwise.com/products/download
This release features a significantly updated plugin for QE bandstructures, such that e.g. fractional high-symmetry k-points are correctly detected.

Offline wcfutalan

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: ph
  • Reputation: 0
    • View Profile
Thanks Jess,

Installed the 2017.a2 version and it worked!

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: problem displaying Bandstructure of Graphene: VNL as QE GUI
« Reply #14 on: May 10, 2017, 08:05 »
I am very happy to hear that!