Generates an HDF5 key (full path) for the derivative type loops from the Cyprus CalcLoops application.
cyprus_make_key_vector(istoch, loop_type, dir, cid = 4, accumulated = FALSE)
Integer, index of the stochastic sample that the key should be generated for.
String, name of loop type. Allowed values: 'Loops', 'LpsDw', 'LpsDwCv', 'LoopsCv'
Integer, lattice direction of the derivative. Allowed values:
0 == x
, 1 == y
, 2 == z
, 3 == t
.
Integer, configuration number, internally produced by the CalcLoops tool via the "trajectory" input flag. The default is '4' as this is often not used in practice.
Boolean, depending on whether the loop data was accumulated over the stochastic source d.o.f. or not, the keys are different. Default: FALSE
A character vector with the HDF5 key.