Skip to content

Commit

Permalink
Notebook typos and bad expression (#450)
Browse files Browse the repository at this point in the history
* Correcting typos

* Correct typo and inhomogeneous expression

* Correct value from _mock_device.py

* Changing C3 units

* Deleting space after $
  • Loading branch information
a-corni authored Jan 12, 2023
1 parent 417acac commit 07b581c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"H_{XY} = \\frac{1}{2}\\sum_{i<j} \\frac{C_3}{R_{ij}^3}(\\sigma^+_i \\sigma^-_j + \\sigma^-_i \\sigma^+_j) \n",
"$$\n",
"\n",
"where $\\sigma^{±} = (\\sigma^x ± i\\sigma^y)/2$, $R_{ij}$ is the distance between atom $i$ and atom $j$, and $C_3$ is a coefficient dependent on the device and taken to 3070 MHz $\\cdot \\mu m^{-3}$ for the `MockDevice`.\n",
"where $\\sigma^{±} = (\\sigma^x ± i\\sigma^y)/2$, $R_{ij}$ is the distance between atom $i$ and atom $j$, and $C_3$ is a coefficient dependent on the device and taken as $\\frac{C_3}{\\hbar} = 3700 \\frac{\\mu m^3}{\\mu s}$ for the `MockDevice`.\n",
"\n",
"The final hamiltonian of the system is \n",
"\n",
Expand Down

0 comments on commit 07b581c

Please sign in to comment.