Skip to content

Commit f30b34f

Browse files
committed
Remove some my discussions URLs with others via gmail.
1 parent b3d7606 commit f30b34f

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

gap/CrystKit.gi

+8-28
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# https://iso.byu.edu/iso/findssghelp.php
33
# The output notation for superspace-group operators will match that of the input: There are three choices: (x,y,z,t,u,v), (x1,x2,x3,x4,x5,x6), and (xs1,xs2,xs3,xs4,xs5,xs6). See the ISO(3+d)D help page for more information about these notations.
44

5-
# Define variable-length `Indeterminate's in function.
6-
# https://mail.google.com/mail/u/0/?ogbl#search/in%3Asent+gap/QgrcJHsBqxpXbHCSnPqBGGBZRDqphmxvpZb
75
InstallGlobalFunction( IdentifyGroupGenerators, function( S )
86

97
local gens, vecname, d, vec, g, i;
108

11-
# BCS IDENTIFY GROUP 和 findssg 都是工作于左作用下面的标准表示的
9+
# BCS IDENTIFY GROUP 和 findssg 都是工作于左作用下的标准表示的
1210
if IsAffineCrystGroupOnRight(S) then
1311
S:=TransposedMatrixGroup(S);
1412
fi;
@@ -374,10 +372,11 @@ end );
374372
# return apar;
375373
# end );
376374

377-
# Find the highest finite order group element of an infinite group.
378-
# https://mail.google.com/mail/u/0/?ogbl#sent/KtbxLwHLtgJlPSGRwNfgCnBVmRxJDfvqdV
379-
# The highest finite order of an element of your group is 6, cf. https://en.wikipedia.org/wiki/Crystallographic_restriction_theorem .
380375

376+
377+
# The highest finite order of an element of your group is 6, cf. https://en.wikipedia.org/wiki/Crystallographic_restriction_theorem.
378+
379+
# Find the highest finite order group element of an infinite group.
381380
# Hope this helps,
382381

383382
# Stefan
@@ -892,11 +891,7 @@ InstallGlobalFunction( AffineIsomorphismSpaceGroups, function( S1, S2 )
892891
end );
893892

894893

895-
# About my research results on the minimal generating set of space groups and my thanks to you.
896-
# https://mail.google.com/mail/u/0/?ogbl#drafts/KtbxLwHDlCCBldrFJCXLMDsMVGZBLcklzL
897-
898894
# Ask for your comments and suggestions about my implementation of the MinimalGeneratingSetAffineCrystGroup.
899-
# https://mail.google.com/mail/u/0/?ogbl#inbox/QgrcJHsHqgRmwLtpXtLbsrWKXXWRXfgncNL
900895
# Dear Zhao,
901896

902897
# well -- the minimal generating set problem for infinite non-nilpotent groups
@@ -1106,7 +1101,7 @@ ConjugatorSpaceGroupEnantiomorphicPartner, function( S )
11061101

11071102
d:= DimensionOfMatrixGroup(S) - 1;
11081103

1109-
# 再调用 CARAT 的相关程序之前,首先用下面的方法来彻底简化已给空间群的表示:
1104+
# 在调用 CARAT 的相关程序之前,首先用下面的方法来彻底简化已给空间群的表示:
11101105
CS:=ConjugatorSpaceGroupSimplification(S);
11111106
S:=S^(CS^-1);
11121107
P:=PointGroup(S);
@@ -1181,9 +1176,6 @@ end );
11811176

11821177
# Add the function DirectSumDecompositionMatrix.
11831178
# https://github.com/gap-packages/utils/issues/64#issuecomment-1591422710
1184-
# Direct sum decomposition of a matrix.
1185-
# https://mail.google.com/mail/u/0/?ogbl#sent/KtbxLwHHpRfqHzrslftpfCbXhvQJngJvxV
1186-
# Dear forum,
11871179

11881180
# This is a possible approach, inspired in
11891181
# https://github.com/gap-packages/numericalsgps/blob/fcde379b01bd44b1fa80cd69d7ddd6a8acdcfe2f/gap/catenary-tame.gi#LL803C1-L831C4
@@ -1239,12 +1231,6 @@ DirectSumDecompositionMatrix, function(l)
12391231
end );
12401232

12411233

1242-
# About the three classes translations related to a specific space group.
1243-
# https://mail.google.com/mail/u/0/?ogbl#search/branton%40byu.edu+origin+shift+/QgrcJHsbjCgGxkTcpwdpcRTMdWjmWTPHncg
1244-
1245-
# Some further discussions based on your lecture note "Group theory applied to crystallography" and some of your papers.
1246-
# https://mail.google.com/mail/u/0/?ogbl#sent/KtbxLvHgMkZlGBgrVFcHgjClrgRRwWDdtg
1247-
12481234
# Bernd Souvignier的 lecture note,page 27, Theorem 43:
12491235
# https://www.math.ru.nl/~souvi/krist_09/cryst.pdf
12501236
# The following theorem (which is not hard to prove) states that by an appropriate shift of the
@@ -1256,7 +1242,7 @@ end );
12561242
# 2. 若首先转到标准表示,再进行基于LLLReducedGramMat的简化方法,则可以保证结果仍是标准表示,便于后续进一步简化矢量系统。
12571243
# 故改为基于LLReducedGramMat的方法
12581244

1259-
# 3. 基于 Theorem 43,有理化矢量系统。
1245+
# 3. 基于Bernd Souvignier的 lecture note 中的 Theorem 43,有理化矢量系统。
12601246

12611247

12621248
# 确保返回一个保手性的conjugator,这样才不会改变晶体学意义上的空间群类型。
@@ -1282,11 +1268,6 @@ end );
12821268
# However, groups that differ only by their orientation are closely related to each other and share
12831269
# many properties. One addresses this phenomenon by the concept of enantiomorphism.
12841270

1285-
1286-
# 算法的进一步优化的可能性:
1287-
# 1. 基于 GroupSumBSGS 思想高效计算 Sum(trans)
1288-
# 2. InternalBasis 高效实现。
1289-
12901271
# 用下面的解决方法来首先彻底简化已给空间群的表示:
12911272
InstallGlobalFunction(
12921273
ConjugatorSpaceGroupSimplification, function( S )
@@ -1317,8 +1298,7 @@ ConjugatorSpaceGroupSimplification, function( S )
13171298

13181299
llg:=LLLReducedGramMat(F);
13191300

1320-
# https://mail.google.com/mail/u/0/?ogbl#search/enantiomorphic+pair+conjugator/QgrcJHrtvXrNdzwRxSLnPpGBpgpLbrmxVnb
1321-
# To have a standard orientation-reversing operation in arbitrary
1301+
# To have a standard orientation-reversing operation in arbitrary
13221302
# dimension, one would indeed take a transformation with an odd number of
13231303
# elements -1 and the rest 1, but the simplest odd number is 1, so one
13241304
# would take a matrix with just one -1 and the rest 1, this is simply a

0 commit comments

Comments
 (0)