Skip to content

Commit 73af601

Browse files
committed
adding precomputed E&H fields
1 parent d875d06 commit 73af601

9 files changed

Lines changed: 43 additions & 0 deletions

docs/data/scattnlay_abs_E.npy

686 KB
Binary file not shown.

docs/data/scattnlay_abs_H.npy

686 KB
Binary file not shown.

docs/data/scattnlay_abs_X.npy

115 KB
Binary file not shown.

docs/data/scattnlay_abs_Z.npy

115 KB
Binary file not shown.

docs/data/scattnlay_nonabs_E.npy

686 KB
Binary file not shown.

docs/data/scattnlay_nonabs_H.npy

686 KB
Binary file not shown.

docs/data/scattnlay_nonabs_X.npy

115 KB
Binary file not shown.

docs/data/scattnlay_nonabs_Z.npy

115 KB
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"scattnlay_exe": "/Users/prahl/Documents/Code/git/miepython/docs/scattnlay/fieldnlay-dp",
3+
"d_sphere": 2.0,
4+
"n_env": 1.0,
5+
"lambda0": 1.0,
6+
"extent": 3.0,
7+
"npts": 121,
8+
"cases": {
9+
"nonabs": {
10+
"n_sphere_scatt": [
11+
1.5,
12+
0.0
13+
],
14+
"n_sphere_physical": "1.5+0.0j",
15+
"n_sphere_miepython": "1.5+0.0j",
16+
"max_abs_E": 5.005581852881841,
17+
"max_abs_H_raw": 0.0192457585031092,
18+
"files": {
19+
"X": "scattnlay_nonabs_X.npy",
20+
"Z": "scattnlay_nonabs_Z.npy",
21+
"E": "scattnlay_nonabs_E.npy",
22+
"H": "scattnlay_nonabs_H.npy"
23+
}
24+
},
25+
"abs": {
26+
"n_sphere_scatt": [
27+
1.5,
28+
0.1
29+
],
30+
"n_sphere_physical": "1.5-0.1j",
31+
"n_sphere_miepython": "1.5-0.1j",
32+
"max_abs_E": 2.3274471126556238,
33+
"max_abs_H_raw": 0.008316927385675552,
34+
"files": {
35+
"X": "scattnlay_abs_X.npy",
36+
"Z": "scattnlay_abs_Z.npy",
37+
"E": "scattnlay_abs_E.npy",
38+
"H": "scattnlay_abs_H.npy"
39+
}
40+
}
41+
},
42+
"scattnlay_commit": "211fc8d2168deff500b67042cea952fc74c84b64"
43+
}

0 commit comments

Comments
 (0)