Usage
circular_dichroism_spectrum(cluster, material, medium = 1.33, Nquad = 100, averaging = c("GL", "QMC", "grid", "cheap"), iterative = FALSE, precision = 0.001, Nmax = 10000, dN = Nquad, full = TRUE, progress = FALSE, verbose = TRUE, result.matrix = FALSE)
Arguments
medium
refractive index medium
Nquad
number of integration points
averaging
averaging method, using either Gauss
Legendre quadrature (default), Quasi Monte Carlo, regular
grid, or "cheap" (3 axes)
iterative
logical, increase N until convergence
(QMC only)
precision
relative diff between two runs (QMC
only)
Nmax
maximum N if convergence not attained (QMC
only)
dN
iterative increase in N (QMC only)
full
logical use full (retarded) dipolar field
progress
print progress lines
result.matrix
logical return the results as a
matrix