Guest User

Untitled

a guest
Aug 10th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. \documentclass[10pt,a4paper]{article}
  2.  
  3. \usepackage{tikz}
  4. \usepackage{blochsphere}
  5. \begin{document}
  6. \begin{figure}
  7.  
  8. \begin{blochsphere}[nested=false,radius=1.5 cm,tilt=15,rotation=-20]
  9. \drawBallGrid[style={opacity=0.3}]{30}{30}
  10.  
  11.  
  12. \drawGreatCircle[style={dashed}]{-60}{0}{0}
  13. \drawGreatCircle[style={dashed}]{60}{0}{0}
  14.  
  15. \drawRotationLeft[scale=1.3,style={red}]{-60}{0}{0}{15}
  16. \drawRotationRight[scale=1.3,style={red}]{60}{0}{0}{15}
  17.  
  18. \node at (-0.8,1.9) {\textcolor{red}{\tiny $J_{12}(t)$}};
  19. \node at (1.1,1.8) {\textcolor{red}{\tiny $J_{23}(t)$}};
  20.  
  21. \labelLatLon{up}{90}{0};
  22. \labelLatLon{down}{-90}{90};
  23. \node[above] at (up) {{\tiny $\left|1\right>$ }};
  24. \node[below] at (down) {{\tiny $\left|0\right>$}};
  25. \labelLatLon[labelmark=false]{d}{15}{90};
  26. \node at (d) {\color{gray}\fontsize{0.15cm}{1em}\selectfont $60^\circ$};
  27. \labelLatLon[labelmark=false]{d2}{5}{78};
  28. \begin{scope}[xshift=5cm]
  29. \drawBall
  30. \drawBallGrid[style={opacity=0.3}]{30}{30}
  31.  
  32.  
  33. \drawGreatCircle[style={dashed}]{-60}{0}{0}
  34. \drawGreatCircle[style={dashed}]{60}{0}{0}
  35.  
  36. \drawRotationLeft[scale=1.3,style={red}]{-60}{0}{0}{15}
  37. \drawRotationRight[scale=1.3,style={red}]{60}{0}{0}{15}
  38.  
  39. \node at (-0.8,1.9) {\textcolor{red}{\tiny $J_{12}(t)$}};
  40. \node at (1.1,1.8) {\textcolor{red}{\tiny $J_{23}(t)$}};
  41.  
  42. \labelLatLon{up}{90}{0};
  43. \labelLatLon{down}{-90}{90};
  44. \node[above] at (up) {{\tiny $\left|1\right>$ }};
  45. \node[below] at (down) {{\tiny $\left|0\right>$}};
  46. \labelLatLon[labelmark=false]{d}{15}{90};
  47. \node at (d) {\color{gray}\fontsize{0.15cm}{1em}\selectfont $60^\circ$};
  48. \labelLatLon[labelmark=false]{d2}{5}{78};
  49. \end{scope}
  50. \end{blochsphere}
  51.  
  52. \end{figure}
  53. \end{document}
  54.  
Advertisement
Add Comment
Please, Sign In to add comment