Commit 246c27d5 authored by gbalduzz's avatar gbalduzz
Browse files

Fixed trailing space and modified the four point description.

parent bb79babd
Loading
Loading
Loading
Loading
+161 −162
Original line number Diff line number Diff line
@@ -531,9 +531,9 @@ Defined in <tt>four_point_parameters.hpp</tt>.

**Group** `"four-point":`

`"type":` string ("NONE")
Deprecated option for selecting a single four-point channel type, options are:
* "NONE"
`"channels":` array of strings ([])  
List of four point channels to be accumulated in the main dca application. Select only one for the analysis application.  
The possible list elements are:
* "PARTICLE_PARTICLE_UP_DOWN"
* "PARTICLE_HOLE_CHARGE"
* "PARTICLE_HOLE_MAGNETIC"
@@ -541,9 +541,8 @@ Deprecated option for selecting a single four-point channel type, options are:
* "PARTICLE_HOLE_LONGITUDINAL_UP_DOWN"
* "PARTICLE_HOLE_TRANSVERSE"

`"channels":` array of strings ([])
List of four point channels to be accumulated in the main dca application.
Select only one for the analysis application.
`"type":` string ("NONE") Deprecated.  
Add a single channel to the accumulated channels list.

`"momentum-transfer":` array of doubles (null vector with the dimension of the lattice, e.g. for a 2D lattice: [0., 0.])  
Transferred momentum **q**.  
@@ -560,7 +559,7 @@ When this mode is activated all possible positive frequency transfers, up to and
	
    {
        "four-point": {
            "type": "PARTICLE_PARTICLE_UP_DOWN",
            "channels": ["PARTICLE_PARTICLE_UP_DOWN"],
            "momentum-transfer": [0., 0.],
            "frequency-transfer": 0,
            "compute-all-transfers": false