Fix Simulation by adding ROC on bench mirror and anti-reflective surface
This commit is contained in:
parent
e327a41abd
commit
71fad2cccb
3 changed files with 132 additions and 130 deletions
249
main.ipynb
249
main.ipynb
File diff suppressed because one or more lines are too long
13
model.kat
13
model.kat
|
@ -66,7 +66,7 @@ mirror NI T=0.01377 L=37.5e-6 Rc=-1420
|
||||||
space inside_NI NI_AR.p2 NI.p1 L=0.2 nr=silica
|
space inside_NI NI_AR.p2 NI.p1 L=0.2 nr=silica
|
||||||
|
|
||||||
mirror NE T=4.4e-6 L=37.5e-6 Rc=1683
|
mirror NE T=4.4e-6 L=37.5e-6 Rc=1683
|
||||||
mirror NE_AR R=100e-6 L=1.33e-4 phi=NE.phi
|
mirror NE_AR R=100e-6 L=1.33e-4 phi=NE.phi Rc=1683
|
||||||
space inside_NE NE.p2 NE_AR.p1 L=0.2 nr=silica
|
space inside_NE NE.p2 NE_AR.p1 L=0.2 nr=silica
|
||||||
|
|
||||||
space space_NI_NE NI.p2 NE.p1 L=2999.8
|
space space_NI_NE NI.p2 NE.p1 L=2999.8
|
||||||
|
@ -80,7 +80,7 @@ mirror WI T=0.01377 L=37.5e-6 Rc=-1420
|
||||||
space inside_WI WI_AR.p2 WI.p1 L=0.2 nr=silica
|
space inside_WI WI_AR.p2 WI.p1 L=0.2 nr=silica
|
||||||
|
|
||||||
mirror WE T=4.3e-6 L=37.5e-6 Rc=1683
|
mirror WE T=4.3e-6 L=37.5e-6 Rc=1683
|
||||||
mirror WE_AR T=9.99845e-1 L=1.55e-4 phi=WE.phi
|
mirror WE_AR T=9.99845e-1 L=1.55e-4 phi=WE.phi Rc=1683
|
||||||
space inside_WE WE.p2 WE_AR.p1 L=0.2 nr=silica
|
space inside_WE WE.p2 WE_AR.p1 L=0.2 nr=silica
|
||||||
|
|
||||||
space space_WI_WE WI.p2 WE.p1 L=2999.8
|
space space_WI_WE WI.p2 WE.p1 L=2999.8
|
||||||
|
@ -91,7 +91,7 @@ space space_BS_WI BS.p2 WI_AR.p1 L=length_PRCL-space_PR_BS.L-schnupp_asymetry/2-
|
||||||
# SR
|
# SR
|
||||||
|
|
||||||
mirror SR T=0.40 L=37.5e-6 Rc=1430
|
mirror SR T=0.40 L=37.5e-6 Rc=1430
|
||||||
mirror SR_AR T=9.99859e-1 L=1.41e-4 Rc=3.59 phi=SR.phi
|
mirror SR_AR T=9.99859e-1 L=1.41e-4 Rc=1430 phi=SR.phi
|
||||||
space inside_SR SR.p2 SR_AR.p1 L=0.1004
|
space inside_SR SR.p2 SR_AR.p1 L=0.1004
|
||||||
|
|
||||||
space space_BS_SR BS.p4 SR.p1 L=length_SRCL-(space_BS_WI.L+space_BS_NI.L)/2
|
space space_BS_SR BS.p4 SR.p1 L=length_SRCL-(space_BS_WI.L+space_BS_NI.L)/2
|
||||||
|
@ -138,12 +138,13 @@ cavity SRCL_north SR.p1.o via=WE.p1.i priority=1
|
||||||
cavity SRCL_west SR.p1.o via=WE.p1.i priority=1
|
cavity SRCL_west SR.p1.o via=WE.p1.i priority=1
|
||||||
|
|
||||||
readout_rf B1 SDB1.p2.o output_detectors=True f=0
|
readout_rf B1 SDB1.p2.o output_detectors=True f=0
|
||||||
|
readout_dc B1_DDC SDB1.p2.o output_detectors=False
|
||||||
|
|
||||||
# benches
|
# benches
|
||||||
|
|
||||||
mirror SNEB R=1e-6 L=0.0
|
mirror SNEB R=1e-6 L=0.0 Rc=1683+7
|
||||||
mirror SWEB R=1e-6 L=0.0
|
mirror SWEB R=1e-6 L=0.0 Rc=1683+7
|
||||||
mirror SDB1 R=1e-6 L=0.0 phi=45
|
mirror SDB1 R=1e-6 L=0.0 Rc=1430
|
||||||
|
|
||||||
space space_NE_AR_SNEB NE_AR.p2 SNEB.p1 L=7
|
space space_NE_AR_SNEB NE_AR.p2 SNEB.p1 L=7
|
||||||
space space_WE_AR_SWEB WE_AR.p2 SWEB.p1 L=7
|
space space_WE_AR_SWEB WE_AR.p2 SWEB.p1 L=7
|
||||||
|
|
BIN
scatterCoupling_25_8.mat
Normal file
BIN
scatterCoupling_25_8.mat
Normal file
Binary file not shown.
Loading…
Reference in a new issue