Skip to content

Instantly share code, notes, and snippets.

@GM3D
Last active September 8, 2021 06:12
Show Gist options
  • Save GM3D/cecd4e6c75010980888a943cfd199506 to your computer and use it in GitHub Desktop.
Save GM3D/cecd4e6c75010980888a943cfd199506 to your computer and use it in GitHub Desktop.
Reflection coefficient in Drude theory.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "$\\epsilon(\\omega)$ in Drude theory.\n\nformula (9.31) in the textbook. $\\omega_p \\tau_{tr}$ set to $10^2$, $x$ refers $\\omega\\tau_{tr}$."
},
{
"metadata": {
"trusted": true
},
"id": "499b618e",
"cell_type": "code",
"source": "ϵ(x) = 1 + im * 10^4 / (x * (1 - im * x))",
"execution_count": 1,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 1,
"data": {
"text/plain": "ϵ (generic function with 1 method)"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "define refraction rate $n$ and \"intrusion coefficient\" $1 - R(x)$, where $R(x)$ is the reflecton coefficient."
},
{
"metadata": {
"trusted": true
},
"id": "8a07342e",
"cell_type": "code",
"source": "n(x) = sqrt(ϵ(x))\nR1(x) = 1 - abs((1 - n(x))/(1 + n(x)))^2",
"execution_count": 2,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 2,
"data": {
"text/plain": "R1 (generic function with 1 method)"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Sanity check. all these quantities should be close to 1 at large $x$."
},
{
"metadata": {
"trusted": true
},
"id": "7868401e",
"cell_type": "code",
"source": "x0 = 1e10\nϵ(x0), n(x0), R1(x0)",
"execution_count": 3,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 3,
"data": {
"text/plain": "(0.9999999999999999 + 9.999999999999999e-27im, 0.9999999999999999 + 5.0e-27im, 1.0)"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "define function for log-log plot."
},
{
"metadata": {
"trusted": true
},
"id": "3549b3bb",
"cell_type": "code",
"source": "llR1(x) = log10(R1(exp10(x)))",
"execution_count": 5,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 5,
"data": {
"text/plain": "llR1 (generic function with 1 method)"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Calculate the function values in the same range with fig. 9.1 in the textbook."
},
{
"metadata": {
"trusted": true
},
"id": "5b6c4afd",
"cell_type": "code",
"source": "x = -2:0.1:3\ny = llR1.(x);",
"execution_count": 9,
"outputs": []
},
{
"metadata": {
"trusted": true
},
"id": "3e1e5f67",
"cell_type": "code",
"source": "using Plots; gr()",
"execution_count": 10,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 10,
"data": {
"text/plain": "Plots.GRBackend()"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"id": "2d37c200",
"cell_type": "code",
"source": "plot(x, y, ylims=(-5, 4))",
"execution_count": 11,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 11,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n<defs>\n <clipPath id=\"clip590\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip590)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip591\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip590)\" d=\"\nM149.191 1486.45 L2352.76 1486.45 L2352.76 47.2441 L149.191 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip592\">\n <rect x=\"149\" y=\"47\" width=\"2205\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 211.556,1486.45 211.556,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 627.323,1486.45 627.323,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1043.09,1486.45 1043.09,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1458.86,1486.45 1458.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1874.62,1486.45 1874.62,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2290.39,1486.45 2290.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 211.556,1486.45 211.556,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 627.323,1486.45 627.323,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1043.09,1486.45 1043.09,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1458.86,1486.45 1458.86,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1874.62,1486.45 1874.62,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2290.39,1486.45 2290.39,1469.18 \n \"/>\n<path clip-path=\"url(#clip590)\" d=\"M 0 0 M181.498 1530.29 L211.174 1530.29 L211.174 1534.23 L181.498 1534.23 L181.498 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M225.294 1543.18 L241.614 1543.18 L241.614 1547.12 L219.669 1547.12 L219.669 1543.18 Q222.331 1540.43 226.915 1535.8 Q231.521 1531.15 232.702 1529.81 Q234.947 1527.28 235.827 1525.55 Q236.729 1523.79 236.729 1522.1 Q236.729 1519.34 234.785 1517.61 Q232.864 1515.87 229.762 1515.87 Q227.563 1515.87 225.109 1516.63 Q222.679 1517.4 219.901 1518.95 L219.901 1514.23 Q222.725 1513.09 225.179 1512.51 Q227.632 1511.93 229.669 1511.93 Q235.04 1511.93 238.234 1514.62 Q241.428 1517.31 241.428 1521.8 Q241.428 1523.93 240.618 1525.85 Q239.831 1527.74 237.725 1530.34 Q237.146 1531.01 234.044 1534.23 Q230.942 1537.42 225.294 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M597.08 1530.29 L626.756 1530.29 L626.756 1534.23 L597.08 1534.23 L597.08 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M637.658 1543.18 L645.297 1543.18 L645.297 1516.82 L636.987 1518.49 L636.987 1514.23 L645.251 1512.56 L649.927 1512.56 L649.927 1543.18 L657.566 1543.18 L657.566 1547.12 L637.658 1547.12 L637.658 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M1043.09 1515.64 Q1039.48 1515.64 1037.65 1519.2 Q1035.84 1522.75 1035.84 1529.87 Q1035.84 1536.98 1037.65 1540.55 Q1039.48 1544.09 1043.09 1544.09 Q1046.72 1544.09 1048.53 1540.55 Q1050.36 1536.98 1050.36 1529.87 Q1050.36 1522.75 1048.53 1519.2 Q1046.72 1515.64 1043.09 1515.64 M1043.09 1511.93 Q1048.9 1511.93 1051.96 1516.54 Q1055.03 1521.12 1055.03 1529.87 Q1055.03 1538.6 1051.96 1543.21 Q1048.9 1547.79 1043.09 1547.79 Q1037.28 1547.79 1034.2 1543.21 Q1031.15 1538.6 1031.15 1529.87 Q1031.15 1521.12 1034.2 1516.54 Q1037.28 1511.93 1043.09 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M1449.24 1543.18 L1456.88 1543.18 L1456.88 1516.82 L1448.57 1518.49 L1448.57 1514.23 L1456.83 1512.56 L1461.51 1512.56 L1461.51 1543.18 L1469.15 1543.18 L1469.15 1547.12 L1449.24 1547.12 L1449.24 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M1869.28 1543.18 L1885.6 1543.18 L1885.6 1547.12 L1863.65 1547.12 L1863.65 1543.18 Q1866.31 1540.43 1870.9 1535.8 Q1875.5 1531.15 1876.68 1529.81 Q1878.93 1527.28 1879.81 1525.55 Q1880.71 1523.79 1880.71 1522.1 Q1880.71 1519.34 1878.77 1517.61 Q1876.85 1515.87 1873.74 1515.87 Q1871.55 1515.87 1869.09 1516.63 Q1866.66 1517.4 1863.88 1518.95 L1863.88 1514.23 Q1866.71 1513.09 1869.16 1512.51 Q1871.61 1511.93 1873.65 1511.93 Q1879.02 1511.93 1882.22 1514.62 Q1885.41 1517.31 1885.41 1521.8 Q1885.41 1523.93 1884.6 1525.85 Q1883.81 1527.74 1881.71 1530.34 Q1881.13 1531.01 1878.03 1534.23 Q1874.92 1537.42 1869.28 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M2294.64 1528.49 Q2297.99 1529.2 2299.87 1531.47 Q2301.77 1533.74 2301.77 1537.07 Q2301.77 1542.19 2298.25 1544.99 Q2294.73 1547.79 2288.25 1547.79 Q2286.07 1547.79 2283.76 1547.35 Q2281.47 1546.93 2279.01 1546.08 L2279.01 1541.56 Q2280.96 1542.7 2283.27 1543.28 Q2285.59 1543.86 2288.11 1543.86 Q2292.51 1543.86 2294.8 1542.12 Q2297.12 1540.38 2297.12 1537.07 Q2297.12 1534.02 2294.96 1532.31 Q2292.83 1530.57 2289.01 1530.57 L2284.99 1530.57 L2284.99 1526.73 L2289.2 1526.73 Q2292.65 1526.73 2294.48 1525.36 Q2296.31 1523.97 2296.31 1521.38 Q2296.31 1518.72 2294.41 1517.31 Q2292.53 1515.87 2289.01 1515.87 Q2287.09 1515.87 2284.89 1516.29 Q2282.69 1516.7 2280.06 1517.58 L2280.06 1513.42 Q2282.72 1512.68 2285.03 1512.31 Q2287.37 1511.93 2289.43 1511.93 Q2294.75 1511.93 2297.86 1514.37 Q2300.96 1516.77 2300.96 1520.89 Q2300.96 1523.76 2299.31 1525.75 Q2297.67 1527.72 2294.64 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.191,1326.54 2352.76,1326.54 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.191,1006.71 2352.76,1006.71 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.191,686.89 2352.76,686.89 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.191,367.067 2352.76,367.067 \n \"/>\n<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.191,47.2441 2352.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,1486.45 149.191,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,1326.54 175.634,1326.54 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,1006.71 175.634,1006.71 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,686.89 175.634,686.89 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,367.067 175.634,367.067 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.191,47.2441 175.634,47.2441 \n \"/>\n<path clip-path=\"url(#clip590)\" d=\"M 0 0 M50.9921 1326.99 L80.6679 1326.99 L80.6679 1330.92 L50.9921 1330.92 L50.9921 1326.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M103.608 1313.33 L91.8021 1331.78 L103.608 1331.78 L103.608 1313.33 M102.381 1309.26 L108.26 1309.26 L108.26 1331.78 L113.191 1331.78 L113.191 1335.67 L108.26 1335.67 L108.26 1343.82 L103.608 1343.82 L103.608 1335.67 L88.0058 1335.67 L88.0058 1331.15 L102.381 1309.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M53.0754 1007.16 L82.7512 1007.16 L82.7512 1011.1 L53.0754 1011.1 L53.0754 1007.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M96.8715 1020.06 L113.191 1020.06 L113.191 1023.99 L91.2465 1023.99 L91.2465 1020.06 Q93.9086 1017.3 98.4919 1012.67 Q103.098 1008.02 104.279 1006.68 Q106.524 1004.16 107.404 1002.42 Q108.307 1000.66 108.307 998.97 Q108.307 996.216 106.362 994.48 Q104.441 992.743 101.339 992.743 Q99.14 992.743 96.6863 993.507 Q94.2558 994.271 91.478 995.822 L91.478 991.1 Q94.3021 989.966 96.7558 989.387 Q99.2095 988.808 101.246 988.808 Q106.617 988.808 109.811 991.493 Q113.006 994.179 113.006 998.669 Q113.006 1000.8 112.196 1002.72 Q111.408 1004.62 109.302 1007.21 Q108.723 1007.88 105.621 1011.1 Q102.52 1014.29 96.8715 1020.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M101.246 672.689 Q97.6354 672.689 95.8067 676.254 Q94.0012 679.795 94.0012 686.925 Q94.0012 694.031 95.8067 697.596 Q97.6354 701.138 101.246 701.138 Q104.881 701.138 106.686 697.596 Q108.515 694.031 108.515 686.925 Q108.515 679.795 106.686 676.254 Q104.881 672.689 101.246 672.689 M101.246 668.985 Q107.057 668.985 110.112 673.592 Q113.191 678.175 113.191 686.925 Q113.191 695.652 110.112 700.258 Q107.057 704.842 101.246 704.842 Q95.4363 704.842 92.3576 700.258 Q89.3021 695.652 89.3021 686.925 Q89.3021 678.175 92.3576 673.592 Q95.4363 668.985 101.246 668.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M96.8715 380.412 L113.191 380.412 L113.191 384.347 L91.2465 384.347 L91.2465 380.412 Q93.9086 377.657 98.4919 373.028 Q103.098 368.375 104.279 367.032 Q106.524 364.509 107.404 362.773 Q108.307 361.014 108.307 359.324 Q108.307 356.57 106.362 354.833 Q104.441 353.097 101.339 353.097 Q99.14 353.097 96.6863 353.861 Q94.2558 354.625 91.478 356.176 L91.478 351.454 Q94.3021 350.32 96.7558 349.741 Q99.2095 349.162 101.246 349.162 Q106.617 349.162 109.811 351.847 Q113.006 354.533 113.006 359.023 Q113.006 361.153 112.196 363.074 Q111.408 364.972 109.302 367.565 Q108.723 368.236 105.621 371.454 Q102.52 374.648 96.8715 380.412 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M103.608 34.0381 L91.8021 52.4871 L103.608 52.4871 L103.608 34.0381 M102.381 29.9641 L108.26 29.9641 L108.26 52.4871 L113.191 52.4871 L113.191 56.376 L108.26 56.376 L108.26 64.5241 L103.608 64.5241 L103.608 56.376 L88.0058 56.376 L88.0058 51.8621 L102.381 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip592)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 211.556,1094.86 253.133,1086.97 294.709,1079.1 336.286,1071.26 377.863,1063.46 419.439,1055.71 461.016,1048.02 502.593,1040.4 544.17,1032.88 585.746,1025.48 \n 627.323,1018.22 668.9,1011.15 710.476,1004.31 752.053,997.755 793.63,991.546 835.206,985.761 876.783,980.48 918.36,975.784 959.936,971.741 1001.51,968.394 \n 1043.09,965.738 1084.67,963.725 1126.24,962.261 1167.82,961.234 1209.4,960.534 1250.97,960.062 1292.55,959.743 1334.13,959.519 1375.7,959.345 1417.28,959.186 \n 1458.86,959.008 1500.43,958.773 1542.01,958.428 1583.59,957.893 1625.16,957.041 1666.74,955.655 1708.32,953.344 1749.89,949.335 1791.47,941.842 1833.05,925.104 \n 1874.62,784.085 1916.2,691.159 1957.78,688.006 1999.35,687.253 2040.93,687.019 2082.51,686.938 2124.08,686.909 2165.66,686.897 2207.24,686.893 2248.81,686.891 \n 2290.39,686.891 \n \"/>\n<path clip-path=\"url(#clip590)\" d=\"\nM1982.03 216.178 L2279.3 216.178 L2279.3 95.2176 L1982.03 95.2176 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1982.03,216.178 2279.3,216.178 2279.3,95.2176 1982.03,95.2176 1982.03,216.178 \n \"/>\n<polyline clip-path=\"url(#clip590)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2006.52,155.698 2153.42,155.698 \n \"/>\n<path clip-path=\"url(#clip590)\" d=\"M 0 0 M2191.75 175.385 Q2189.94 180.015 2188.23 181.427 Q2186.52 182.839 2183.65 182.839 L2180.24 182.839 L2180.24 179.274 L2182.74 179.274 Q2184.5 179.274 2185.47 178.44 Q2186.45 177.607 2187.63 174.505 L2188.39 172.561 L2177.91 147.052 L2182.42 147.052 L2190.52 167.329 L2198.62 147.052 L2203.14 147.052 L2191.75 175.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M 0 0 M2210.43 169.042 L2218.07 169.042 L2218.07 142.677 L2209.76 144.343 L2209.76 140.084 L2218.02 138.418 L2222.7 138.418 L2222.7 169.042 L2230.34 169.042 L2230.34 172.978 L2210.43 172.978 L2210.43 169.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"id": "f777dc32",
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"_draft": {
"nbviewer_url": "https://gist.github.com/cecd4e6c75010980888a943cfd199506"
},
"gist": {
"id": "cecd4e6c75010980888a943cfd199506",
"data": {
"description": "Reflection coefficient in Drude theory.ipynb",
"public": true
}
},
"kernelspec": {
"name": "julia-1.6",
"display_name": "Julia 1.6.2",
"language": "julia"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.6.2"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment