Skip to content

Commit

Permalink
modified: gap/CrystKit.gi
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyi-zhao committed Jul 25, 2023
1 parent ce12a4c commit f39c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/CrystKit.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ ConjugatorReducedSpaceGroup, function( S )

if DeterminantMat(C) < 0 then
reflection:=DiagonalMat(Concatenation([-1],List([1..d], x -> 1)));
# 改变C的第一列的符号,和将其视为列矢量矩阵对应
# 将C其视为列矢量矩阵,右乘 reflection,和改变C的第一列的符号(即第一个基矢量)对应
C:=C * reflection;
fi;

Expand Down

0 comments on commit f39c0c1

Please sign in to comment.