Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of effmass with quantum espresso input #19

Open
grayfaraday opened this issue Apr 17, 2020 · 6 comments
Open

Use of effmass with quantum espresso input #19

grayfaraday opened this issue Apr 17, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@grayfaraday
Copy link

Is there a known pathway to use effmass with quantum espresso data? If not, is there any potential for this functionality in the future?

@lucydot
Copy link
Owner

lucydot commented Apr 29, 2020

Hello, there is not at the moment - it only reads in vasp output. The vasp output is parsed in the Data class of the inputs module, so extending for quantum espresso (QE) should be relatively straight forward - an equivalent class for QE could be written. I'm on maternity leave this year and unable to do this myself, but would be very happy to accept a pull request if someone else wanted to do this.

On a related note, a colleague wrote code for using effmass with AIMS - @MatthiasGolomb did you find that writing an alternative class for parsing AIMS was enough to make effmass play nicely with another DFT code?

Lucy

@lucydot lucydot added the enhancement New feature or request label Apr 29, 2020
@MatthiasGolomb
Copy link
Contributor

Writing a parser for QE should be doable, and so far it works very well for AIMS. Given that QE is even more similar to VASP than AIMS is, it should work great!

@lucydot
Copy link
Owner

lucydot commented Mar 9, 2021

@grayfaraday, this is just to flag up that I am working on this request over at Issue #24 where I am writing an interface with the ASE bandstructure object. This object can be initialised with quantum espresso output.

I won't close this issue as I'll write a QE specific wrapper script so those that are not familiar with ASE do not need to use it as an intermediate step (hiding from the user that ASE is being used in the background). This is a quick job, the bulk of work will be done at issue #24.

@lucydot
Copy link
Owner

lucydot commented Mar 9, 2021

@grayfaraday would it be possible to provide me with example bandstructure input/output files from Quantum Espresso? I don't use this software myself.

@haseeb0111
Copy link

Dear Dr. Lucy, are you still working on the extension of the effmass to the QE? Please let me know if you need QE input/output files.

Regards,
Haseeb

@lucydot
Copy link
Owner

lucydot commented May 31, 2023

Hi @haseeb0111, yes if you could send me some QE output files for bandstructure calculations that would be great. It would be good if could cover most calculation types - for example, if the output is different for calculations with and without spin-orbit coupling it would be useful to have an example for each.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants