Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pygwinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
gwinc
pygwinc
Commits
34ffbd9b
Commit
34ffbd9b
authored
6 years ago
by
Lee McCuller
Committed by
Lee McCuller
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added the function for optimal squeeze angle. Works for A+
parent
caca029e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!36
added the function for optimal squeeze angle. Works for A+
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwinc/noise/quantum.py
+6
-0
6 additions, 0 deletions
gwinc/noise/quantum.py
with
6 additions
and
0 deletions
gwinc/noise/quantum.py
+
6
−
0
View file @
34ffbd9b
...
@@ -5,6 +5,12 @@ import scipy.constants
...
@@ -5,6 +5,12 @@ import scipy.constants
import
logging
import
logging
from
..struct
import
Struct
from
..struct
import
Struct
def
sqzOptimalSqueezeAngle
(
Mifo
,
eta
):
vHD
=
np
.
array
([[
sin
(
eta
),
cos
(
eta
)]])
H
=
getProdTF
(
vHD
,
Mifo
)[
0
]
alpha
=
arctan
(
abs
(
H
[
1
]),
abs
(
H
[
0
]))
return
alpha
def
shotrad
(
f
,
ifo
):
def
shotrad
(
f
,
ifo
):
"""
Quantum noise
"""
Quantum noise
...
...
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