View source: R/cyprus_readutils.R
cyprus_make_key_vector | R Documentation |
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)
istoch |
Integer, index of the stochastic sample that the key should be generated for. |
loop_type |
String, name of loop type. Allowed values: 'Loops', 'LpsDw', 'LpsDwCv', 'LoopsCv' |
dir |
Integer, lattice direction of the derivative. Allowed values:
|
cid |
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. |
accumulated |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.