Commit 1993bac0e29bcb99430dec68c35f9b332ea4a6e0

Authored by Ruijiao Sun
1 parent 71d5696d

A minor mistake found.

Showing 1 changed file with 0 additions and 19 deletions   Show diff stats
docs/Readme_BytesOrder.txt deleted
1   -Order of "output.lyr" parameters.
2   -
3   -The wavenumber in free space: k0 double 8B
4   -The direction of propogation: d double*2 16B
5   -The refractive index in the first layer: n[0] complex<double> 16B
6   -
7   -for i in LAYERS:
8   - z positions[i]: z[i] double 8B * LAYERS
9   - z-component of propogation directions: sz[i] complex<double> 16B * LAYERS
10   - Transmission: Ptx[i] complex<double> 16B * LAYERS
11   - Transmission: Pty[i] complex<double> 16B * LAYERS
12   - Transmission: Ptz[i] complex<double> 16B * LAYERS
13   - Reflection: Prx[i] complex<double> 16B * LAYERS
14   - Transmission: Pry[i] complex<double> 16B * LAYERS
15   - Transmission: Prz[i] complex<double> 16B * LAYERS
16   -
17   -
18   -All parameters we need will be:
19   - 15 * LAYERS + 5