cp2k / cp2k

Quantum chemistry and solid state physics software package
https://www.cp2k.org
GNU General Public License v2.0
807 stars 375 forks source link

Feature request: DFT+U scheme (Liechtenstein) with explicit U and J #2391

Open robinzyb opened 1 year ago

robinzyb commented 1 year ago

Dear CP2K developers,

is that possible to add the rotationally invariant DFT+U scheme with explicit U and J, as introduced by Liechtenstein? Liechtenstein scheme To my knowledge, semiconducting MnO2 will open its band gap only if the explicit exchange interaction (J) is considered. Hybrid functional is also nice, but it will be rather expensive for large systems.

See comparison between (a) and (c) in this paper (doi: 10.1103/PhysRevB.86.205126)

Screen Shot 2022-11-10 at 20 50 12
mkrack commented 1 year ago

The DFT+U approach of Liechtenstein is not yet implemented in CP2K/QS (DFT module Quickstep). This is still on my to-do list. A separate U and J treatment is only available via the PW_DFT interface to SIRIUS, currently.

mattatlincoln commented 1 year ago

Dear Matthias, I am aware of a group that has implemented this and am encouraging them to commit into the code base. Perhaps can merge some of the implementations together (they also implemented Lowdin forces...). Matt

Dr. Matt Watkins | Professor of Chemical Physics School of Mathematics and Physics University of Lincoln. Brayford Pool, Lincoln, Lincolnshire. LN6 7TS tel: +44 (0)1522 835867 mattatlincoln.github.iohttps://mattatlincoln.github.io/

The University of Lincoln, UK, is rated among the UK's top 20 universities for student satisfaction in the Guardian University Guide 2022 and the Complete University Guide 2022 and in the top 30 UK universities overall in the WhatUni Student Choice Awards 2020. We hold a top five-star rating in the QS Stars ratings system of global universities and are placed among the world's top 150 young universities in The Times Higher Education Young University Rankings 2021.

The information in this e-mail and any attachments may be confidential. If you have received this email in error please notify the sender immediately and remove it from your system. Do not disclose the contents to another person or take copies. ​ Email is not secure and may contain viruses. The University of Lincoln makes every effort to ensure email is sent without viruses, but cannot guarantee this and recommends recipients take appropriate precautions. ​ The University may monitor email traffic data and content in accordance with its policies and English law. Further information can be found at: http://www.lincoln.ac.uk/legal.


From: Matthias Krack @.> Sent: 10 November 2022 13:05 To: cp2k/cp2k @.> Cc: Subscribed @.***> Subject: Re: [cp2k/cp2k] Feature request: DFT+U scheme (Liechtenstein) with explicit U and J (Issue #2391)

Hi

The DFT+U approach of Liechtenstein is not yet implemented in CP2K/QS (DFT module Quickstep). This is still on my to-do list. A separate U and J treatment is only available via the PW_DFT interface to SIRIUS, currently.

Best

Matthias

From: Yongbin Zhuang @.> Date: Thursday, 10 November 2022 at 13:51 To: cp2k/cp2k @.> Cc: Subscribed @.***> Subject: [cp2k/cp2k] Feature request: DFT+U scheme (Liechtenstein) with explicit U and J (Issue #2391)

Dear CP2K developers,

is that possible to add the rotationally invariant DFT+U scheme with explicit U and J, as introduced by Liechtenstein? Liechtenstein schemehttps://journals.aps.org/prb/abstract/10.1103/PhysRevB.52.R5467 To my knowledge, semiconducting MnO2 will open its band gap only if the explicit exchange interaction (J) is considered. Hybrid functional is also nice, but it will be rather expensive for large systems.

See comparison between (a) and (c) in this paper (doi: 10.1103/PhysRevB.86.205126) [Screen Shot 2022-11-10 at 20 50 12]https://user-images.githubusercontent.com/38876805/201095955-19cb7237-6941-4aa7-be98-954238f734b1.png

— Reply to this email directly, view it on GitHubhttps://github.com/cp2k/cp2k/issues/2391, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACN625OT4PJCEDVZ4GKC4ULWHTVVVANCNFSM6AAAAAAR4QYHSI. You are receiving this because you are subscribed to this thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/cp2k/cp2k/issues/2391", "url": "https://github.com/cp2k/cp2k/issues/2391", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

— Reply to this email directly, view it on GitHubhttps://github.com/cp2k/cp2k/issues/2391#issuecomment-1310253063, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD2FWZUWLF6CVXF23NP2JRDWHTXKLANCNFSM6AAAAAAR4QYHSI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mkrack commented 1 year ago

@mattatlincoln Great to learn about that. Looking forward to the PR.

robinzyb commented 1 year ago

@mattatlincoln Great to see that. Looking forward too!