Skip to content

Commit b15bd4b

Browse files
committed
use python package scattnlay
1 parent 64ac230 commit b15bd4b

10 files changed

Lines changed: 43 additions & 13 deletions

docs/15_2D_fields.ipynb

Lines changed: 15 additions & 7 deletions
Large diffs are not rendered by default.

docs/data/scattnlay_abs_E.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_abs_H.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_abs_X.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_abs_Z.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_nonabs_E.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_nonabs_H.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_nonabs_X.npy

0 Bytes
Binary file not shown.

docs/data/scattnlay_nonabs_Z.npy

0 Bytes
Binary file not shown.
Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
{
2-
"scattnlay_exe": "/Users/prahl/Documents/Code/git/miepython/docs/scattnlay/fieldnlay-dp",
2+
"scattnlay_python_package": "2.4",
33
"d_sphere": 2.0,
44
"n_env": 1.0,
55
"lambda0": 1.0,
66
"extent": 3.0,
77
"npts": 121,
88
"cases": {
99
"nonabs": {
10+
"scattering": {
11+
"terms_fieldnlay": 44,
12+
"terms_scattnlay": 44,
13+
"Qext": 2.351382357157882,
14+
"Qsca": 2.351382357157882,
15+
"Qabs": 0.0,
16+
"Qbk": 2.53277025110356,
17+
"Qpr": 0.9795314328862283,
18+
"g": 0.583423159613144,
19+
"albedo": 1.0
20+
},
1021
"n_sphere_scatt": [
1122
1.5,
1223
0.0
1324
],
1425
"n_sphere_physical": "1.5+0.0j",
1526
"n_sphere_miepython": "1.5+0.0j",
16-
"max_abs_E": 5.005581852881841,
17-
"max_abs_H_raw": 0.0192457585031092,
27+
"max_abs_E": 5.005583970849667,
28+
"max_abs_H_raw": 0.019245813368565155,
1829
"files": {
1930
"X": "scattnlay_nonabs_X.npy",
2031
"Z": "scattnlay_nonabs_Z.npy",
@@ -23,14 +34,25 @@
2334
}
2435
},
2536
"abs": {
37+
"scattering": {
38+
"terms_fieldnlay": 44,
39+
"terms_scattnlay": 44,
40+
"Qext": 2.5837269073859774,
41+
"Qsca": 1.3566707303067342,
42+
"Qabs": 1.2270561770792432,
43+
"Qbk": 0.1707308516638513,
44+
"Qpr": 1.4621844154485677,
45+
"g": 0.8266873213103347,
46+
"albedo": 0.5250828663155088
47+
},
2648
"n_sphere_scatt": [
2749
1.5,
2850
0.1
2951
],
3052
"n_sphere_physical": "1.5-0.1j",
3153
"n_sphere_miepython": "1.5-0.1j",
32-
"max_abs_E": 2.3274471126556238,
33-
"max_abs_H_raw": 0.008316927385675552,
54+
"max_abs_E": 2.32745076357907,
55+
"max_abs_H_raw": 0.008316923968012131,
3456
"files": {
3557
"X": "scattnlay_abs_X.npy",
3658
"Z": "scattnlay_abs_Z.npy",
@@ -40,4 +62,4 @@
4062
}
4163
},
4264
"scattnlay_commit": "211fc8d2168deff500b67042cea952fc74c84b64"
43-
}
65+
}

0 commit comments

Comments
 (0)