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
7b8713a6
Commit
7b8713a6
authored
May 28, 2021
by
Lucas Laplanche
Browse files
corrections mineures
parent
3af6ff04
Changes
3
Hide whitespace changes
Inline
Side-by-side
calculation.py
View file @
7b8713a6
...
...
@@ -44,7 +44,7 @@ def reflectivity_heatmap(bypass_dbr=True,
v_ga11
=
850
,
v_al5
=
900
,
v_al12
=
150
,
r_file_name
=
'
d
ef
ault_name
'
):
r_file_name
=
'
r
ef
lectivity_heatmap
'
):
time
,
wavelength
,
r
=
epx
.
reflectivity_heatmap
(
bypass_dbr
=
bypass_dbr
,
start_wavelength
=
start_wavelength
,
stop_wavelength
=
stop_wavelength
,
...
...
@@ -135,7 +135,7 @@ def ftir_theory_comparison_reflectivity(filename='eam_2', electric_field=0., doc
def
mqw_psi
(
lz
=
0.01e-9
,
electric_field
=
0.
,
wavelength
=
850e-9
):
sl
=
st
.
structure_eam
(
air
=
False
,
top_dbr
=
False
,
bot_dbr
=
False
,
shared_dbr
=
False
,
contact
=
False
,
substrate
=
False
,
amount_qw
=
5
)
sl
=
pt
.
cut_in_equal_layers_thickness
(
sl
,
1e-11
)
sl
=
pt
.
cut_in_equal_layers_thickness
(
sl
,
lz
)
v_e
,
v_hh
,
eig_e
,
psi_e
,
eig_hh
,
psi_hh
=
qt
.
solve_schrodinger
(
sl
)
np
.
savez_compressed
(
'v_e'
,
v_e
)
np
.
savez_compressed
(
'v_hh'
,
v_hh
)
...
...
epitaxy.py
View file @
7b8713a6
...
...
@@ -6,7 +6,6 @@ from tqdm import tqdm
import
optic
as
op
import
pandas_tools
as
pdt
import
plot
as
plt
import
super_lattice_structure
as
sls
...
...
@@ -265,7 +264,7 @@ def reflectivity_heatmap(bypass_dbr=True,
v_al5
=
v_al5
,
v_al12
=
v_al12
)
# get the total time of epitaxy
minus substrate
# get the total time of epitaxy
total_epitaxy_time
=
sl
.
at
[
0
,
'stop_time'
]
# create the time array
...
...
modulation_response.py
0 → 100755
View file @
7b8713a6
Write
Preview
Markdown
is supported
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