Skip to content
Snippets Groups Projects
Commit 061a6da8 authored by Kevin Kuns's avatar Kevin Kuns
Browse files

Merge branch 'sql-sustf' into 'master'

Quantum noise uses test mass susceptibility for SQL strain

Closes #93

See merge request !124
parents 8868ac93 aa8a15ec
No related branches found
No related tags found
1 merge request!124Quantum noise uses test mass susceptibility for SQL strain
Pipeline #201487 passed
......@@ -296,8 +296,8 @@ def shotradSignalRecycled(f, ifo, sustf, power):
lossArm = sqrt(lambda_arm)
lossSR = sqrt(lambda_SR)
Omega = 2*pi*f # Signal angular frequency [rad/s]
h_SQL = sqrt(8 * hbar / (m * (Omega * L)**2)) # SQL Strain
Omega = 2*pi*f # Signal angular frequency [rad/s]
h_SQL = sqrt(8 * hbar * np.abs(sustf.tst_suscept)) / L # SQL Strain
K = - 16 * P * omega_0 / c**2 * sustf.tst_suscept
# arm cavity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment