Difference between revisions of "Format"

From The Yambo Project
Jump to navigation Jump to search
m (Conor moved page Formats to Format)
Line 1: Line 1:
===Formats===
===Formats===
* Integer = integer value
* Integer = integer value
:: <code>StdoHash =  40</code>
* Real = real value
* Real = real value
* Complex = <code>( real part , imag part )</code>
:: <code>LRC_alpha= 0.000000 </code>
* Complex = (real part , imag part )
:: <code>Drude</code>
* String = string
* String = string
* Range = <code>Lower limit | Upper limit |</code>(in the specified Unit or integer values)  
:: <code>PAR_def_mode= "balanced"</code>
* Range = Lower limit | Upper limit (in the specified Unit or integer values)
% QpntsRXd
  1 | 14 |                    # [Xd] Transferred momenta
%
* Scissors = <code>Shift | CB stretch | VB stretch |</code> (Energy | Real | Real)
* Scissors = <code>Shift | CB stretch | VB stretch |</code> (Energy | Real | Real)
* Logical = uncommented=.true.
* Logical = uncommented=.true.
* Vector = <code>x | y | z  |</code> (in Cartesian coordinates, sandwiched by %)
* Vector = <code>x | y | z  |</code> (in Cartesian coordinates, sandwiched by %)
Ranges can also be split on multiple lines.
Ranges can also be split on multiple lines.

Revision as of 13:18, 1 November 2019

Formats

  • Integer = integer value
StdoHash = 40
  • Real = real value
LRC_alpha= 0.000000
  • Complex = (real part , imag part )
Drude
  • String = string
PAR_def_mode= "balanced"
  • Range = Lower limit | Upper limit (in the specified Unit or integer values)
% QpntsRXd
  1 | 14 |                     # [Xd] Transferred momenta
%
  • Scissors = Shift | CB stretch | VB stretch | (Energy | Real | Real)
  • Logical = uncommented=.true.
  • Vector = x | y | z | (in Cartesian coordinates, sandwiched by %)

Ranges can also be split on multiple lines.