Skip to content

Commit

Permalink
Initialization of Theory repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodjd committed Jan 7, 2021
1 parent 01bb4fe commit c360ada
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 0 deletions.
97 changes: 97 additions & 0 deletions .ipynb_checkpoints/Cs transitions-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"THz = 10**12; GHz = 10**9; MHz = 10**6; \n",
"\n",
"# Cs Data from Steck\n",
"CsD2 = 351.72571850*THz\n",
"# CsD2_FF'\n",
"CsD2_42 = CsD2 - 4.021776399375*GHz - 339.64*MHz\n",
"CsD2_43 = CsD2 - 4.021776399375*GHz - 188.44*MHz\n",
"CsD2_44 = CsD2 - 4.021776399375*GHz + 12.815*MHz\n",
"CsD2_45 = CsD2 - 4.021776399375*GHz + 263.81*MHz\n",
"CsD2_32 = CsD2 + 5.170855370625*GHz - 339.64*MHz\n",
"CsD2_33 = CsD2 + 5.170855370625*GHz - 188.44*MHz\n",
"CsD2_34 = CsD2 + 5.170855370625*GHz + 12.815*MHz\n",
"CsD2_35 = CsD2 + 5.170855370625*GHz + 263.81*MHz\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# F3lock = (CsD2_32 + CsD2_33)/2 # 3->2x3, Cs F3 laser locked here\n",
"F3lock/GHz\n",
"beat = (CsD2_45 - 110*MHz - F3lock)\n",
"beat/GHz\n",
"beat/64/MHz"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.15625"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"10/64"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"31.25"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"2000/64"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
97 changes: 97 additions & 0 deletions Cs transitions.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"THz = 10**12; GHz = 10**9; MHz = 10**6; \n",
"\n",
"# Cs Data from Steck\n",
"CsD2 = 351.72571850*THz\n",
"# CsD2_FF'\n",
"CsD2_42 = CsD2 - 4.021776399375*GHz - 339.64*MHz\n",
"CsD2_43 = CsD2 - 4.021776399375*GHz - 188.44*MHz\n",
"CsD2_44 = CsD2 - 4.021776399375*GHz + 12.815*MHz\n",
"CsD2_45 = CsD2 - 4.021776399375*GHz + 263.81*MHz\n",
"CsD2_32 = CsD2 + 5.170855370625*GHz - 339.64*MHz\n",
"CsD2_33 = CsD2 + 5.170855370625*GHz - 188.44*MHz\n",
"CsD2_34 = CsD2 + 5.170855370625*GHz + 12.815*MHz\n",
"CsD2_35 = CsD2 + 5.170855370625*GHz + 263.81*MHz\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# F3lock = (CsD2_32 + CsD2_33)/2 # 3->2x3, Cs F3 laser locked here\n",
"F3lock/GHz\n",
"beat = (CsD2_45 - 110*MHz - F3lock)\n",
"beat/GHz\n",
"beat/64/MHz"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.15625"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"10/64"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"31.25"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"2000/64"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit c360ada

Please sign in to comment.