We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ed97c commit b132d27Copy full SHA for b132d27
sasmodels/models/octahedron_truncated.py
@@ -164,14 +164,14 @@
164
CC = 1./(2*(qx*qx-qy*qy)*(qx*qx-qz*qz))*((qx-qz)*sin(qx*(1.-t)-qz*t)+(qx+qz)*sin(qx*(1.-t)+qz*t))+
165
1./(2*(qy*qy-qz*qz)*(qy*qy-qx*qx))*((qy-qz)*sin(qy*(1.-t)-qz*t)+(qy+qz)*sin(qy*(1.-t)+qz*t));
166
167
-Normalisation to 1 of AP at q = 0 (division by factor 4/3).
168
-
169
-Qx = q * sin_theta * cos_phi;
170
-Qy = q * sin_theta * sin_phi;
171
-Qz = q * cos_theta;
172
-qx = Qx * length_a;
173
-qy = Qy * length_b;
174
-qz = Qz * length_c;
+Normalisation to 1 of AP at q = 0 (division by factor 4/3)::
+
+ Qx = q * sin_theta * cos_phi;
+ Qy = q * sin_theta * sin_phi;
+ Qz = q * cos_theta;
+ qx = Qx * length_a;
+ qy = Qy * length_b;
+ qz = Qz * length_c;
175
176
0 < t < 1
177
"""
0 commit comments