{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "c5ac6489",
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-23T13:01:59.830462Z",
"iopub.status.busy": "2024-07-23T13:01:59.829462Z",
"iopub.status.idle": "2024-07-23T13:02:02.668689Z",
"shell.execute_reply": "2024-07-23T13:02:02.660186Z"
}
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"import finesse\n",
"finesse.configure(plotting=True)\n",
"\n",
"kat = finesse.Model()\n",
"kat.parse(\n",
"\"\"\"\n",
" l l1 P=1-bs1.T\n",
" s s1 l1.p1 bs1.p4 L=1\n",
" sq sq1 db=10\n",
" s s2 sq1.p1 bs1.p1\n",
" bs bs1 R=0.999 L=0 alpha=45\n",
"\n",
" # Set a signal frequency to activate the signal simulation\n",
" # (needed for squeezing effects to be observed)\n",
" fsig(1)\n",
"\n",
" # Output the pure shot noise along with the qnoised detector\n",
" # measuring the effects of the squeezing\n",
" qnoised sqzd_noise bs1.p2.o\n",
" qshot shot_noise bs1.p2.o\n",
"\n",
" xaxis(l1.phase, lin, -90, 90, 360)\n",
"\"\"\"\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "07c9b9ac",
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-23T13:02:02.672952Z",
"iopub.status.busy": "2024-07-23T13:02:02.672352Z",
"iopub.status.idle": "2024-07-23T13:02:02.914379Z",
"shell.execute_reply": "2024-07-23T13:02:02.904652Z"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"\n",
"\n",
"\n"
],
"text/plain": [
"