1 package "qpms-translations-ewald32"
3 purpose "Computes Ewald-summed VSWF translation matrix elements in arbitrary 2D-periodic infinite lattices."
6 #args "<command line options>"
7 args "--file-name=transop_ewald_cmdline"
11 option "output" o "Output file"
12 details="Path to the output file. If not specified, print to the standard output."
17 option "base-vector" b "Base vector"
18 details="Single base vector (two numbers separated by comma)"
21 multiple(2) required # will be multiple(-3) when implemented 1d, 3d
23 option "error-estimate-output" E "Path to the output with error estimates"
27 option "normalisation" N "VSWF normalisation convention"
28 values="Power","None","SH" enum
31 option "csphase" c "Whether the Condon-Shortley phase is included in VSWF definition (-1) or not (+1)"
36 option "Ewald-parameter" e "The value of Ewald parameter η"
40 option "frequency-unit" u "Specifies the frequency unit is used for inputs."
41 values="eV","scuff" enum
44 option "lMax" L "Maximum spherical multipole order to which the translation operator elements are calculated"
48 option "refractive-index" n "Medium refractive index"
52 option "particle" p "Specify the x and y coordinates of a single particle; If not specified, one particle per unit cell is assumed."
57 defmode "k_omega_points" modedesc="Specifying each (ω, k) pair separately."
58 defmode "k_omega_meshgrid" modedesc="Specifying lists of ω and k, from which all possible pairs are generated."
60 modeoption "pointfile" T "Path to a file containing frequency, k_x, k_y triples\
61 (separated by white spaces). If not specified, read them from stdin."
66 modeoption "point" t "Specifies a frequency, k_x, k_y triple, separated by commas."
72 modeoption "omegafile" F "Path to a file containing a list of frequencies\
73 separated by whitespaces."
74 mode="k_omega_meshgrid"
78 modeoption "omega" f "Specifies frequency (or multiple frequencies separated by commas) on the command line."
79 mode="k_omega_meshgrid"
81 typestr="ω1[,ω2[,...]]"
84 modeoption "kfile" K "Path to a file containing a list of k_x, k_y pairs."
85 mode="k_omega_meshgrid"
90 modeoption "k" k "Specifies pair(s) of k_x, k_y values"
91 mode="k_omega_meshgrid"
93 typestr="k1_x,k1_y[,k2_x,k2_y[,...]]"
97 #option <long> <short> "<desc>"
98 # {details="<detailed description>"}
99 # {argtype} {typestr="<type descr>"}
100 # {values="<value1>","<value2>",...}
101 # {default="<default value>"}
102 # {dependon="<other option>"}
103 # {required} {argoptional} {multiple}
106 #option <long> <short> "<desc>" flag <on/off>
108 #section "section name" {sectiondesc="optional section description"}
110 #text "a textual sentence"