Difference between revisions of "Format"

From The Yambo Project
Jump to navigation Jump to search
Line 1: Line 1:
===Formats===
===Formats===
* Integer = integer value
*Integer: integer value, may also take a Unit
DIP_Threads=0                 # [OPENMP/X] Number of threads for dipoles
BEnSteps= 100                 # [BSS] Energy steps
:: EXXRLvcs=  3187        RL      # [XX] Exchange    RL components
EXXRLvcs=  3187        RL      # [XX] Exchange    RL components
:: <code>StdoHash =  40</code>
* Real = real value, may also take a Unit
* Real = real value
LRC_alpha= 0.000000
:: <code>LRC_alpha= 0.000000 </code>
PPAPntXp= 27.21138    eV      # [Xp] PPA imaginary energy
* Complex = (real part , imag part )
* Complex = (real part , imag part )
:: <code>Drude</code>
DrudeWBS= ( 0.00    , 0.00    )  eV  # [BSE] Drude plasmon
* String = string
* String = string (in double quotes). May contain a list of options, depending on the variable
:: <code>PAR_def_mode= "balanced"</code>
PAR_def_mode= "balanced"
* Range = Lower limit | Upper limit (in the specified Unit or integer values)
DBsFRAGpm= "+DIP +X -W"              # [IO] Space-separated list of +DB to FRAG and -DB to NOT FRAG
PAR_= "64.2.4"  # (q.v.b)
* Logical: uncomment to activate
#ExtendOut                    # [GW] Print all variables in the output file
* Vector: specified in Cartesian coordinates [cc]
% LongDrXp
1.000000 | 1.000000 | 0.500000 |        # [Xp] [cc] Electric Field
%
* Scissors: a combination of a rigid shift plus VB and CB stretches (three real numbers). Units are: (Energy | none | none )
% GfnQP_E
0.000000 | 1.000000 | 1.000000 |        # [EXTQP G] E parameters  (c/v) eV|adim|adim
%
* Range: appear in various formats, typically  (Lower limit | Upper limit) in the specified Unit or integer/real values
  % QpntsRXd
  % QpntsRXd
  1 | 14 |                    # [Xd] Transferred momenta
  1 | 14 |                    # [Xd] Transferred momenta
Line 17: Line 29:
  -1.000000 |-1.000000 | eV      # [Xp] Electron-hole energy range
  -1.000000 |-1.000000 | eV      # [Xp] Electron-hole energy range
  %
  %
* Double Ranges can be a mixture of integer indices and real values
  %QPkrange                      # # [GW] QP generalized Kpoint/Band indices
  %QPkrange                      # # [GW] QP generalized Kpoint/Band indices
  1|14|1|100|
  1|14|1|100|
Line 23: Line 36:
  1|14| 0.000000|-1.000000|
  1|14| 0.000000|-1.000000|
  %
  %
* Scissors = (Shift | CB stretch | VB stretch) with units: (Energy | Real | Real)
% GfnQP_E
0.000000 | 1.000000 | 1.000000 |        # [EXTQP G] E parameters  (c/v) eV|adim|adim
%
* Logical = uncommented=.true.
#ExtendOut                    # [GW] Print all variables in the output file
* Vector = x | y | z  | (in Cartesian coordinates)
% LongDrXp
1.000000 | 0.000000 | 0.000000 |        # [Xp] [cc] Electric Field
%
Ranges can also be split on multiple lines.

Revision as of 14:51, 1 November 2019

Formats

  • Integer: integer value, may also take a Unit
BEnSteps= 100                  # [BSS] Energy steps
EXXRLvcs=  3187        RL      # [XX] Exchange    RL components
  • Real = real value, may also take a Unit
LRC_alpha= 0.000000
PPAPntXp= 27.21138     eV      # [Xp] PPA imaginary energy
  • Complex = (real part , imag part )
DrudeWBS= ( 0.00     , 0.00     )  eV  # [BSE] Drude plasmon
  • String = string (in double quotes). May contain a list of options, depending on the variable
PAR_def_mode= "balanced"
DBsFRAGpm= "+DIP +X -W"              # [IO] Space-separated list of +DB to FRAG and -DB to NOT FRAG
PAR_= "64.2.4"   # (q.v.b)
  • Logical: uncomment to activate
#ExtendOut                     # [GW] Print all variables in the output file
  • Vector: specified in Cartesian coordinates [cc]
% LongDrXp
1.000000 | 1.000000 | 0.500000 |        # [Xp] [cc] Electric Field
%
  • Scissors: a combination of a rigid shift plus VB and CB stretches (three real numbers). Units are: (Energy | none | none )
% GfnQP_E
0.000000 | 1.000000 | 1.000000 |        # [EXTQP G] E parameters  (c/v) eV|adim|adim
%
  • Range: appear in various formats, typically (Lower limit | Upper limit) in the specified Unit or integer/real values
% QpntsRXd
1 | 14 |                     # [Xd] Transferred momenta
%
% EhEngyXp
-1.000000 |-1.000000 | eV      # [Xp] Electron-hole energy range
%
  • Double Ranges can be a mixture of integer indices and real values
%QPkrange                      # # [GW] QP generalized Kpoint/Band indices
1|14|1|100|
%
%QPerange                      # # [GW] QP generalized Kpoint/Energy indices
1|14| 0.000000|-1.000000|
%