Skip to content

Commit

Permalink
routine
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodjd committed Feb 4, 2021
1 parent 8ae3bfa commit 34a9eae
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .ipynb_checkpoints/Cs transitions-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,30 @@
"beat/64/MHz"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"-137.10596515625"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"F3lock = (CsD2_32 + CsD2_33)/2\n",
"F3lock/GHz\n",
"beat = (CsD2_45 - 110*MHz - F3lock)\n",
"beat/GHz\n",
"beat/64/MHz"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down
41 changes: 36 additions & 5 deletions Cs transitions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -34,7 +34,31 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"-137.10596515625"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"F3lock = (CsD2_32 + CsD2_33)/2\n",
"F3lock/GHz\n",
"beat = (CsD2_45 - 110*MHz - F3lock)\n",
"beat/GHz\n",
"beat/64/MHz"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -43,7 +67,7 @@
"0.15625"
]
},
"execution_count": 13,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -54,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -63,14 +87,21 @@
"31.25"
]
},
"execution_count": 14,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"2000/64"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 34a9eae

Please sign in to comment.