neutronpy.fileio.build_Q¶
-
neutronpy.fileio.
build_Q
(args, **kwargs)[source]¶ Method for constructing Q(q, ℏω, temp) from h, k, l, energy, and temperature
Parameters: args : dict
A dictionary of the h, k, l, e and temp arrays to form into a column oriented array
Returns: Q : ndarray
Returns Q(h, k, l, e, temp) with shape (N, 5) in a column oriented array.