LREAL: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Description: {{TAG|LREAL}} determines whether the projection operators are evaluated in real-space or in reciprocal space. | Description: {{TAG|LREAL}} determines whether the projection operators are evaluated in real-space or in reciprocal space. | ||
---- | ---- | ||
{{TAG|LREAL}}=.FALSE. | {| | ||
|{{TAG|LREAL}}=.FALSE. || projection done in reciprocal space | |||
{{TAG|LREAL}}=.TRUE. | |- | ||
|{{TAG|LREAL}}=.TRUE. || projection done in real space, (old, superseded by {{TAG|LREAL}}=O) | |||
{{TAG|LREAL}}=On or O | |- | ||
|{{TAG|LREAL}}=On or O || projection done in real space, projection operators are re-optimized | |||
{{TAG|LREAL}}=Auto or A | |- | ||
|{{TAG|LREAL}}=Auto or A|| projection done in real space, fully automatic optimization of projection operators (no user interference required) | |||
|} | |||
== Related Tags and Sections == | == Related Tags and Sections == | ||
Revision as of 12:39, 1 February 2011
LREAL = .TRUE. | .FALSE. | On (or O) | Auto (or A)
Default: LREAL = .FALSE.
Description: LREAL determines whether the projection operators are evaluated in real-space or in reciprocal space.
LREAL=.FALSE. | projection done in reciprocal space |
LREAL=.TRUE. | projection done in real space, (old, superseded by LREAL=O) |
LREAL=On or O | projection done in real space, projection operators are re-optimized |
LREAL=Auto or A | projection done in real space, fully automatic optimization of projection operators (no user interference required) |