LRPAFORCE: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 5: Line 5:
Available as of VASP.6.1.
Available as of VASP.6.1.


This tag is optionally used in the low-scaling [[ACFDT/RPA_calculations|RPA calculations]] or [[GW_calculations| GW calculations]] and allows to compute the RPA forces on each ion.  
This tag is optionally used in the low-scaling [[ACFDT/RPA_calculations#RPAFORCES|RPA calculations]] or [[GW_calculations#RPAFORCES| GW calculations]] and allows to compute the RPA forces on each ion.  
For instance  
For instance  
  {{TAGBL|ALGO}} = RPAR ;  LRPAFORCE = .TRUE.  
  {{TAGBL|ALGO}} = RPAR ;  LRPAFORCE = .TRUE.  
Line 14: Line 14:
This tag can be used in combination with the usual relaxation options {{TAG|IBRION}} and {{TAG|NSW}}.  
This tag can be used in combination with the usual relaxation options {{TAG|IBRION}} and {{TAG|NSW}}.  
{{NB|important|The RPA stress tensor is not available.}} Only {{TAGBL|ISIF}}=0 is supported.  
{{NB|important|The RPA stress tensor is not available.}} Only {{TAGBL|ISIF}}=0 is supported.  
{{NB|warning|RPA forces for metals are currently not supported.}}


== Related Tags and Sections ==
== Related Tags and Sections ==

Revision as of 19:55, 22 November 2021

LRPAFORCE = .TRUE. | .FALSE.
Default: LRPAFORCE = .FALSE. 

Description: LRPAFORCE=.TRUE. calculates forces in the RPA.


Available as of VASP.6.1.

This tag is optionally used in the low-scaling RPA calculations or GW calculations and allows to compute the RPA forces on each ion. For instance

ALGO = RPAR ;  LRPAFORCE = .TRUE. 

computes the RPA total energy with corresponding forces, while

ALGO = G0W0R ; LRPAFORCE = .TRUE. 

determines in addition the QP-energies in the GW approximation.

This tag can be used in combination with the usual relaxation options IBRION and NSW.

Important: The RPA stress tensor is not available.

Only ISIF=0 is supported.

Warning: RPA forces for metals are currently not supported.

Related Tags and Sections

NBANDS, ALGO, IBRION, NSW, POTIM

Examples that use this tag