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
81928e08
Commit
81928e08
authored
Jun 08, 2021
by
Lucas Laplanche
Browse files
maj
parent
1254ccf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
macro.py
View file @
81928e08
...
...
@@ -47,7 +47,10 @@ def reflectivity_eam_vcsel_clad_heatmap():
def
structure_for_matlab
(
vcsel_only
=
True
,
bypass_dbr
=
False
,
wavelength
=
850e-9
):
sl
=
st
.
structure_eam_vcsel
(
vcsel_only
=
vcsel_only
,
bypass_dbr
=
bypass_dbr
)
l_eam_clad
=
15e-9
l_vcsel_clad
=
15e-9
sl
=
st
.
structure_eam_vcsel
(
bypass_dbr
=
bypass_dbr
,
vcsel_only
=
vcsel_only
,
grading_type
=
'none'
,
mqw_alloy_type
=
'none'
,
l_eam_clad
=
l_eam_clad
,
l_vcsel_clad
=
l_vcsel_clad
)
sl
=
op
.
algaas_super_lattice_refractive_index
(
sl
,
0.
,
wavelength
)
lz
=
sl
[
'thickness'
].
to_numpy
(
dtype
=
float
)
...
...
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