NTARGET STATES: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:NTARGET_STATES}}
{{TAGDEF|NTARGET_STATES|[integer array]}}
{{TAGDEF|NTARGET_STATES|[integer array]}}
Description: Controls which Wannier states are excluded in CRPA. Check also {{TAG|NCRPA_BAND}}.
 
Description: Controls which Wannier states are excluded in constrained random phase approximation. Check also {{TAG|NCRPA_BANDS}}.


----
----
 
This tag is effective for {{TAG|ALGO}}=CRPA and ignored otherwise.
For instance  
For instance  
  NTARGET_STATES = 1 2 4  
  NTARGET_STATES = 1 2 4  
selects the Wannier state 1, 2 and 4. Note that the ordering of the Wannier states depends on the chosen basis set.
selects the Wannier state 1, 2 and 4, where the ordering of the Wannier states depends on the chosen basis set.
This tag is effective for {{TAG|ALGO}}=CRPA and ignored otherwise.


=== Related Tags and Sections ===  
=== Related tags and articles ===  
{{TAG|ALGO}},
{{TAG|ALGO}},
{{TAG|NCRPA_BAND}}
{{TAG|NCRPA_BANDS}},
{{TAG|DMFT_BASIS}}


{{sc|NTARGET_STATES|Examples|Examples that use this tag}}
{{sc|NTARGET_STATES|Examples|Examples that use this tag}}
----
----


[[The VASP Manual|Contents]]


[[Category:INCAR]]
[[Category:INCAR tag]][[Category:Wannier functions]][[Category:Many-body perturbation theory]][[Category:Constrained-random-phase approximation]]

Latest revision as of 08:55, 21 February 2024

NTARGET_STATES = [integer array] 

Description: Controls which Wannier states are excluded in constrained random phase approximation. Check also NCRPA_BANDS.


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

NTARGET_STATES = 1 2 4 

selects the Wannier state 1, 2 and 4, where the ordering of the Wannier states depends on the chosen basis set.

Related tags and articles

ALGO, NCRPA_BANDS, DMFT_BASIS

Examples that use this tag