Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

NCRPA BANDS: Difference between revisions

From VASP Wiki
No edit summary
Remove deprecated ---- before categories
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:NCRPA_BANDS}}
{{TAGDEF|NCRPA_BANDS|[integer array]}}
{{TAGDEF|NCRPA_BANDS|[integer array]}}


Description: Controls which bands are excluded in CRPA. Check also {{TAG|NTARGET_STATES}}.
Description: Controls which bands are excluded in the constrained random-phase approximation. Check also {{TAG|NTARGET_STATES}}.


----
----
This tag is effective for {{TAG|ALGO}}=CRPA and ignored otherwise.
This tag is effective for {{TAG|ALGO|CRPA}} and ignored otherwise.


For instance  
For instance  
  NCRPA_BANDS = 21 22 23  
  NCRPA_BANDS = 21 22 23  
removes all screening effects between bands 21, 22 and 23 in the RPA.  
removes all screening effects between bands 21, 22 and 23 from the constrained random-phase approximation of the screened Coulomb interaction.  


=== Related Tags and Sections ===  
== Related tags and articles ==
{{TAG|ALGO}},
{{TAG|ALGO}},
{{TAG|NTARGET_STATES}}
{{TAG|NTARGET_STATES}}


{{sc|NCRPA_BANDS|Examples|Examples that use this tag}}
{{sc|NCRPA_BANDS|Howto|Workflows that use this tag}}
----
 
[[The VASP Manual|Contents]]


[[Category:INCAR]][[Category:Many-Body Perturbation Theory]][[Category:CRPA]]
[[Category:INCAR tag]][[Category:Many-body perturbation theory]][[Category:Constrained-random-phase approximation]]

Latest revision as of 09:57, 20 March 2026

NCRPA_BANDS = [integer array] 

Description: Controls which bands are excluded in the constrained random-phase approximation. Check also NTARGET_STATES.


This tag is effective for ALGO = CRPA and ignored otherwise.

For instance

NCRPA_BANDS = 21 22 23 

removes all screening effects between bands 21, 22 and 23 from the constrained random-phase approximation of the screened Coulomb interaction.

Related tags and articles

ALGO, NTARGET_STATES

Workflows that use this tag