-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.rmd
40 lines (28 loc) · 1.31 KB
/
README.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output:
github_document:
html_preview: false
---
[![R build status](https://github.com/nano-optics/cda/workflows/R-CMD-check/badge.svg)](https://github.com/nano-optics/cda/actions)
![](http://www.r-pkg.org/badges/version/cda)
![](http://cranlogs.r-pkg.org/badges/grand-total/cda)
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE, message=FALSE, warning=FALSE}
library(cda)
library(knitr)
knitr::opts_chunk$set(
echo = TRUE,
collapse = TRUE,
fig.path = "tools/README/",
message = FALSE,
warning = FALSE
)
```
# cda package
Coupled-dipole simulations for electromagnetic scattering of light by sub-wavelength particles in arbitrary 3-dimensional configurations. Scattering and absorption spectra are simulated by inversion of the interaction matrix, or by an order-of-scattering approximation scheme. High-level functions are provided to simulate spectra with varying angles of incidence, as well as with full angular averaging.
```{r, echo=FALSE, out.width=600, fig.align='center'}
knitr::include_graphics("overview.png")
```
### License
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
[![DOI](https://zenodo.org/badge/3128890.svg)](https://zenodo.org/badge/latestdoi/3128890)