1tensor_quad orientation -2 2\documentclass[tikz]{standalone} 3 4\usepackage{pgflibraryshapes} 5\usetikzlibrary{backgrounds} 6\usetikzlibrary{arrows} 7\begin{document} 8\begin{tikzpicture}[scale = 1.,font=\fontsize{8}{8}\selectfont] 9\path (2.,2.) node(2_0) [draw,shape=circle,color=gray] {2}; 10\path (-2.,2.) node(3_0) [draw,shape=circle,color=gray] {3}; 11\path (2.,-2.) node(4_0) [draw,shape=circle,color=gray] {4}; 12\path (-2.,-2.) node(5_0) [draw,shape=circle,color=gray] {5}; 13\path (0.,2.) node(6_0) [draw,shape=circle,color=gray] {6}; 14\path (0.,-2.) node(7_0) [draw,shape=circle,color=gray] {7}; 15\path 16(0.,0.) node(8_0) [draw,shape=circle,color=gray] {8} -- 17(1.,2.) node(9_0) [draw,shape=circle,color=gray] {9} -- 18(-1.,2.) node(10_0) [draw,shape=circle,color=gray] {10} -- 19(1.,-2.) node(11_0) [draw,shape=circle,color=gray] {11} -- 20(-1.,-2.) node(12_0) [draw,shape=circle,color=gray] {12} -- 21(2.,0.) node(13_0) [draw,shape=circle,color=gray] {13} -- 22(-2.,0.) node(14_0) [draw,shape=circle,color=gray] {14} -- 23(0,0); 24\draw[color=gray] (5_0) -- (12_0) -- (7_0) -- (8_0) -- (6_0) -- (10_0) -- (3_0) -- (14_0) -- (5_0); 25\draw[color=gray] (7_0) -- (11_0) -- (4_0) -- (13_0) -- (2_0) -- (9_0) -- (6_0) -- (8_0) -- (7_0); 26\path (-1.,0.) node(0_0) [] {}; 27\path (1.,0.) node(1_0) [] {}; 28\end{tikzpicture} 29\end{document} 30tensor_quad orientation -1 31\documentclass[tikz]{standalone} 32 33\usepackage{pgflibraryshapes} 34\usetikzlibrary{backgrounds} 35\usetikzlibrary{arrows} 36\begin{document} 37\begin{tikzpicture}[scale = 1.,font=\fontsize{8}{8}\selectfont] 38\path (2.,-2.) node(2_0) [draw,shape=circle,color=gray] {2}; 39\path (-2.,-2.) node(3_0) [draw,shape=circle,color=gray] {3}; 40\path (2.,2.) node(4_0) [draw,shape=circle,color=gray] {4}; 41\path (-2.,2.) node(5_0) [draw,shape=circle,color=gray] {5}; 42\path (0.,-2.) node(6_0) [draw,shape=circle,color=gray] {6}; 43\path (0.,2.) node(7_0) [draw,shape=circle,color=gray] {7}; 44\path 45(0.,0.) node(8_0) [draw,shape=circle,color=gray] {8} -- 46(1.,-2.) node(9_0) [draw,shape=circle,color=gray] {9} -- 47(-1.,-2.) node(10_0) [draw,shape=circle,color=gray] {10} -- 48(1.,2.) node(11_0) [draw,shape=circle,color=gray] {11} -- 49(-1.,2.) node(12_0) [draw,shape=circle,color=gray] {12} -- 50(2.,0.) node(13_0) [draw,shape=circle,color=gray] {13} -- 51(-2.,0.) node(14_0) [draw,shape=circle,color=gray] {14} -- 52(0,0); 53\draw[color=gray] (3_0) -- (10_0) -- (6_0) -- (8_0) -- (7_0) -- (12_0) -- (5_0) -- (14_0) -- (3_0); 54\draw[color=gray] (6_0) -- (9_0) -- (2_0) -- (13_0) -- (4_0) -- (11_0) -- (7_0) -- (8_0) -- (6_0); 55\path (-1.,0.) node(0_0) [] {}; 56\path (1.,0.) node(1_0) [] {}; 57\end{tikzpicture} 58\end{document} 59tensor_quad orientation 0 60\documentclass[tikz]{standalone} 61 62\usepackage{pgflibraryshapes} 63\usetikzlibrary{backgrounds} 64\usetikzlibrary{arrows} 65\begin{document} 66\begin{tikzpicture}[scale = 1.,font=\fontsize{8}{8}\selectfont] 67\path (-2.,-2.) node(2_0) [draw,shape=circle,color=gray] {2}; 68\path (2.,-2.) node(3_0) [draw,shape=circle,color=gray] {3}; 69\path (-2.,2.) node(4_0) [draw,shape=circle,color=gray] {4}; 70\path (2.,2.) node(5_0) [draw,shape=circle,color=gray] {5}; 71\path (0.,-2.) node(6_0) [draw,shape=circle,color=gray] {6}; 72\path (0.,2.) node(7_0) [draw,shape=circle,color=gray] {7}; 73\path 74(0.,0.) node(8_0) [draw,shape=circle,color=gray] {8} -- 75(-1.,-2.) node(9_0) [draw,shape=circle,color=gray] {9} -- 76(1.,-2.) node(10_0) [draw,shape=circle,color=gray] {10} -- 77(-1.,2.) node(11_0) [draw,shape=circle,color=gray] {11} -- 78(1.,2.) node(12_0) [draw,shape=circle,color=gray] {12} -- 79(-2.,0.) node(13_0) [draw,shape=circle,color=gray] {13} -- 80(2.,0.) node(14_0) [draw,shape=circle,color=gray] {14} -- 81(0,0); 82\draw[color=gray] (2_0) -- (9_0) -- (6_0) -- (8_0) -- (7_0) -- (11_0) -- (4_0) -- (13_0) -- (2_0); 83\draw[color=gray] (6_0) -- (10_0) -- (3_0) -- (14_0) -- (5_0) -- (12_0) -- (7_0) -- (8_0) -- (6_0); 84\path (-1.,0.) node(0_0) [] {}; 85\path (1.,0.) node(1_0) [] {}; 86\end{tikzpicture} 87\end{document} 88tensor_quad orientation 1 89\documentclass[tikz]{standalone} 90 91\usepackage{pgflibraryshapes} 92\usetikzlibrary{backgrounds} 93\usetikzlibrary{arrows} 94\begin{document} 95\begin{tikzpicture}[scale = 1.,font=\fontsize{8}{8}\selectfont] 96\path (-2.,2.) node(2_0) [draw,shape=circle,color=gray] {2}; 97\path (2.,2.) node(3_0) [draw,shape=circle,color=gray] {3}; 98\path (-2.,-2.) node(4_0) [draw,shape=circle,color=gray] {4}; 99\path (2.,-2.) node(5_0) [draw,shape=circle,color=gray] {5}; 100\path (0.,2.) node(6_0) [draw,shape=circle,color=gray] {6}; 101\path (0.,-2.) node(7_0) [draw,shape=circle,color=gray] {7}; 102\path 103(0.,0.) node(8_0) [draw,shape=circle,color=gray] {8} -- 104(-1.,2.) node(9_0) [draw,shape=circle,color=gray] {9} -- 105(1.,2.) node(10_0) [draw,shape=circle,color=gray] {10} -- 106(-1.,-2.) node(11_0) [draw,shape=circle,color=gray] {11} -- 107(1.,-2.) node(12_0) [draw,shape=circle,color=gray] {12} -- 108(-2.,0.) node(13_0) [draw,shape=circle,color=gray] {13} -- 109(2.,0.) node(14_0) [draw,shape=circle,color=gray] {14} -- 110(0,0); 111\draw[color=gray] (4_0) -- (11_0) -- (7_0) -- (8_0) -- (6_0) -- (9_0) -- (2_0) -- (13_0) -- (4_0); 112\draw[color=gray] (7_0) -- (12_0) -- (5_0) -- (14_0) -- (3_0) -- (10_0) -- (6_0) -- (8_0) -- (7_0); 113\path (-1.,0.) node(0_0) [] {}; 114\path (1.,0.) node(1_0) [] {}; 115\end{tikzpicture} 116\end{document} 117