Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
finesse
pykat
Commits
91b44d57
Commit
91b44d57
authored
10 years ago
by
Andreas Freise
Browse files
Options
Downloads
Patches
Plain Diff
small tweaks.
parent
67203744
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/sagnac/master.py
+1
-1
1 addition, 1 deletion
examples/sagnac/master.py
examples/sagnac/sagnac_base.kat
+23
-12
23 additions, 12 deletions
examples/sagnac/sagnac_base.kat
with
24 additions
and
13 deletions
examples/sagnac/master.py
+
1
−
1
View file @
91b44d57
...
...
@@ -97,7 +97,7 @@ def main():
legend
[
'
bs
'
]
=
mylegend
(
'
Imbalanced BS 49:51
'
,
'
g
'
)
print
"
--------------------------------------------------------
"
print
"
3.
Imbalanced small mass
"
print
"
3.
Mass asymmetry
"
result
[
'
mass
'
]
=
mass
(
kat
)
legend
[
'
mass
'
]
=
mylegend
(
'
Mass asymmetry 10%
'
,
'
c
'
)
...
...
This diff is collapsed.
Click to expand it.
examples/sagnac/sagnac_base.kat
+
23
−
12
View file @
91b44d57
#################################################################
# Finesse input file of the Glasgow Speedmeter Experiment
#
B
ased on an OptoCAD export, cleaned and prepared in this form
# Finesse input file of the Glasgow Speedmeter Experiment
,
#
b
ased on an OptoCAD export, cleaned and prepared in this form
# during the Speedmeter Workshop, October 2014. For help and
# questions, feel free to contact me at: adf@star.sr.bham.ac.uk
# Andreas Freise, 30.10.2014
#
# The parameters below don't necessarily match the current speedmeter
# design, instead they were chosen to match Stefan Danilishon's Matlab
# example for comparison. However, you can easily change the parameters
# to an updated design without problem. No special tuning or so is
# required.
#
# Some strange sounding component names inlcuding '{p}' and '{s}' are just
# OptoCAD notations and have no special meaning in Finesse.
# The parameters below don't necessarily match the current
# speedmeter design, instead they were chosen to match Stefan
# Danilishin's Matlab example for comparison. However, you can
# easily change the parameters to an updated design without
# problem. No special tuning or so is required.
#################################################################
## general constants
...
...
@@ -57,6 +54,13 @@ bs1 M1a 500u 0 0 0 nM1aw nM1an nM1ae nM1as
attr M1a Rc -7.91
attr M1a mass $MassM1
s rs12 1.315 nM3an nM1ae
##################################################################
# Note that the following lines are 'wrong'. The 'dump' notes
# are not open ports, i.e. even with the transmssion of the ETMs
# non-zero, no quantum noise will enter through this port.
# I am using dump notes here to match Stefan's example calculation,
# but you should not use 'dump' nodes with any mirror or BS that
# has non-zero losses or transmission
bs1 M3a $T_ETM 0 0 0 nM3aw nM3an dump dump #nM3aT1 nM3aT2
attr M3a mass $MassM23
s rs11 0.2 1. nM2an nM3aw
...
...
@@ -83,6 +87,13 @@ bs1 M1b 500u 0 0 0 nM1bw nM1bn nM1be nM1bs
attr M1b Rc -7.91
attr M1b mass $MassM1
s rs19 1.315 nM1be nM2bw
##################################################################
# Note that the following lines are 'wrong'. The 'dump' notes
# are not open ports, i.e. even with the transmssion of the ETMs
# non-zero, no quantum noise will enter through this port.
# I am using dump notes here to match Stefan's example calculation,
# but you should not use 'dump' nodes with any mirror or BS that
# has non-zero losses or transmission
bs1 M2b $T_ETM 0 0 0 nM2bw nM2bn dump dump #nM2bT1 nM2bT2
attr M2b mass $MassM23
s rs20 0.2 nM2bn nM3bw
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment