Dear Sir,
When I try to run a relax/scf/nscf/bands using the ground state script, I always find that the atomic positions are given in "crystal". In some cases, particularly, in MoS2 band structure calculations, when I am trying to run via usual process of quantum espresso, the band structure comes nicely, however, when I try to run the same via yambopy script, the correct pricture does not seems to come.
Is there a way to change "crystal" to "alat" in atomic position card?
WIth regards,
Sitangshu
crystal to alat conversion
Moderators: palful, amolina, mbonacci
-
- Posts: 185
- Joined: Thu Jan 05, 2017 8:08 am
crystal to alat conversion
Sitangshu Bhattacharya
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/
-
- Posts: 16
- Joined: Thu Jul 23, 2015 2:34 pm
Re: crystal to alat conversion
Dear Sitangshu,
You can change the type of atomic positions by changing the following variable of your PwIn() object:
Hope this helps.
You can change the type of atomic positions by changing the following variable of your PwIn() object:
Code: Select all
qe = PwIn()
qe.atomic_pos_type = 'alat'
Henrique Pereira Coutada Miranda
Institute of Condensed Matter and Nanosciences
http://henriquemiranda.github.io/
UNIVERSITÉ CATHOLIQUE DE LOUVAIN
Institute of Condensed Matter and Nanosciences
http://henriquemiranda.github.io/
UNIVERSITÉ CATHOLIQUE DE LOUVAIN
-
- Posts: 185
- Joined: Thu Jan 05, 2017 8:08 am
Re: crystal to alat conversion
Thank you Miranda!
It ran wonderfully!!
It ran wonderfully!!
Sitangshu Bhattacharya
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/