Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lucas Laplanche
EAM VCSEL
Commits
e52aaf78
Commit
e52aaf78
authored
Jun 10, 2021
by
Lucas Laplanche
Browse files
data
parent
3a3cde8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
plan
View file @
e52aaf78
...
...
@@ -24,12 +24,10 @@ QUESTIONS
PRESENTATION
Rappel des faits.
Matrices de diffusions.
Matrices de diffusions.
Reflectivités temporelles.
FTIR EAM.
AFM EAM.
Caractérisations de l'AC450CT.
Méthode accordage vcsel eam.
Comparaison FTIR calculs en fonction vitesses croissances.
TLM si terminées.
transfer_matrix_method.py
View file @
e52aaf78
...
...
@@ -263,8 +263,8 @@ def em_amplitude_scattering_matrix(super_lattice, wavelength, normalize=True):
# external mode coefficients
c_im
=
np
.
linalg
.
inv
(
s_global
[
di
][
0
][
1
])
@
(
c_ref
-
s_global
[
di
][
0
][
0
]
@
c_inc
)
c_ip
=
s_global
[
di
][
1
][
0
]
@
c_inc
+
s_global
[
di
][
1
][
1
]
@
c_im
c_im
=
np
.
linalg
.
inv
(
s_global
[
di
-
1
][
0
][
1
])
@
(
c_ref
-
s_global
[
di
-
1
][
0
][
0
]
@
c_inc
)
c_ip
=
s_global
[
di
-
1
][
1
][
0
]
@
c_inc
+
s_global
[
di
-
1
][
1
][
1
]
@
c_im
c_e_i
=
np
.
array
([
c_ip
[
0
],
c_ip
[
1
],
c_im
[
0
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment