Commit da813ae0 by Uddeepta Deka

files comparing deflection angles

parent cf191802
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 72, "execution_count": 3,
"id": "b4e8056d-5a7c-46d0-8084-2de2b1f97ac3", "id": "b4e8056d-5a7c-46d0-8084-2de2b1f97ac3",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
...@@ -105,14 +105,14 @@ ...@@ -105,14 +105,14 @@
" plt.title(f\"Deflection angle for charged lens with Q={self.q}\")\n", " plt.title(f\"Deflection angle for charged lens with Q={self.q}\")\n",
" if save:\n", " if save:\n",
" folder = \"../plots/deflection_angle/\"\n", " folder = \"../plots/deflection_angle/\"\n",
" filename = folder + f\"deflection_angle_plot_q{self.q}.pdf\"\n", " filename = folder + f\"deflection_angle_plot_q{self.q}.png\"\n",
" plt.savefig(filename, format='pdf', bbox_inches='tight')\n", " plt.savefig(filename, bbox_inches='tight')\n",
" plt.show()" " plt.show()"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 73, "execution_count": 4,
"id": "2c2b4888-30f9-48f2-8b30-c877cc754183", "id": "2c2b4888-30f9-48f2-8b30-c877cc754183",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 74, "execution_count": 5,
"id": "52023921-1d79-4927-bb68-e2957b482030", "id": "52023921-1d79-4927-bb68-e2957b482030",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment