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

Add support for aiida-quantumespress-hp #639

Open
3 tasks
superstar54 opened this issue Mar 19, 2024 · 0 comments
Open
3 tasks

Add support for aiida-quantumespress-hp #639

superstar54 opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@superstar54
Copy link
Member

superstar54 commented Mar 19, 2024

aidia-quantumespresso-hp is another important feature to add. It can calculate the Hubbard U and V automatically. For the moment, we can add it as a plugin. But in the long term, we should think a new design for the main workflow, so that, the quantumespresso-hp can run before all other plugins, after getting the U and V values, and then pass them to the other plugins.

Note, for the moment, the aiida-quantumespresso-hp is a private repository.

In order to make hp run in QEApp, we need:

  • add hp code in the setup_code.
  • input the initial U and V values. Thus, we need to improve Feature DFT+U  #577 to include the V.
  • Update the core workchain, so that plugin can can use the scf_folder

Result

Q1

I got Hubbard card

HUBBARD	ortho-atomic
 V	Co-3d	Co-3d	1	1	6.4242
 V	Co-3d	O-2p	1	11	0.6044
 V	Co-3d	O-2p	1	22	0.605

Does the order matter?.e.g., Co-3d O-2p vs O-2p Co-3d.
what does these number means? What should I show in the result?

Q2

When setting Hubbard parameters

Co 3d 6
O 2p 0
C 2p 0

Is there any difference if I set 0 for O, or not set it? Same question for V.

To be discussed

which repository should the plugin go?

  • aiidalab-qe
  • aiidalab-qe-plugin
  • aiida-quantumespresso-hp
@superstar54 superstar54 added the enhancement New feature or request label Mar 19, 2024
@superstar54 superstar54 self-assigned this Mar 19, 2024
@superstar54 superstar54 modified the milestones: v2024.4.0, v2024.10.0 Apr 10, 2024
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

1 participant