\documentclass[border=5pt]{standalone} \usepackage{blochsphere} \begin{document} \def\thetaAngle{90} \def\phiAngle{0} \begin{blochsphere}[radius=2cm,tilt=15,rotation=-20,ball=circle] \drawBallGrid[style={opacity=0.15}]{30}{30} \drawStatePolar[axisarrow=true,statewidth=0.3]{xaxis}{90}{90} \drawStatePolar[axisarrow=true,statewidth=0.3]{yaxis}{90}{0} \drawStatePolar[axisarrow=true,statewidth=0.3]{zaxis}{0}{0} %\node[left] at (xaxis) {$x$}; \node[right] at (yaxis) {$y$}; \node[above] at (zaxis) {$z$}; \drawStatePolar[statecolor=red,statewidth=0.7]{state}{\thetaAngle}{90-\phiAngle} \node[below right] at (state) {$|+\rangle$}; \labelLatLon{north}{90}{0} \labelLatLon{south}{-90}{0} \node[above] at (north) {$|0\rangle$}; \node[below] at (south) {$|1\rangle$}; \end{blochsphere} \end{document}