Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass{standalone}
  2.  
  3. usepackage{blochsphere}
  4.  
  5. begin{document}
  6.  
  7. begin{blochsphere}[radius=1.5 cm,tilt=15,rotation=-20]
  8. drawBallGrid[style={opacity=0.1}]{30}{30}
  9.  
  10. drawGreatCircle[style={dashed}]{0}{0}{0}
  11.  
  12. drawAxis[style={draw=black}]{0}{0}
  13.  
  14. drawAxis[color=black]{90}{0}
  15.  
  16. labelLatLon{up}{90}{0};
  17. labelLatLon{down}{-90}{90};
  18. node[above] at (up) {{tiny $left|0right>$ }};
  19. node[below] at (down) {{tiny $left|1right>$}};
  20.  
  21.  
  22. end{blochsphere}
  23. end{document}
Add Comment
Please, Sign In to add comment