Skip to content

Changes in b vector order #538

@qiaojunfeng

Description

@qiaojunfeng

I noticed that the order of b vectors has changed in develop branch, probably due to #533 and #498?

@sjhong6230 Is this indeed an incompatibility change (wrt the old version), to make sure those two PRs work? Thanks!

If so, probably we need to add an entry for this in the v4.0 release announcement.

--- a/gaas.nnkp.old
+++ b/gaas.nnkp.new
@@ -1,20 +1,20 @@
-File written on 20Jan2025 at 19:50:46
+# File written on 20Jan2025 at 19:50:32

 begin nnkpts
    8
-     1     2      0   0   0
-     1     3      0   0   0
-     1     5      0   0   0
-     1     8      0   0   0
-     1     2      0   0  -1
-     1     3      0  -1   0
-     1     5     -1   0   0
-     1     8     -1  -1  -1
-     2     1      0   0   0
-     2     4      0   0   0
-     2     6      0   0   0
-     2     1      0   0   1
-     2     7      0   0   1
-     2     4      0  -1   0
-     2     6     -1   0   0
-     2     7     -1  -1   0
+       1       2      0   0   0
+       1       3      0   0   0
+       1       5      0   0   0
+       1       8      0   0   0
+       1       2      0   0  -1
+       1       3      0  -1   0
+       1       5     -1   0   0
+       1       8     -1  -1  -1
+       2       1      0   0   1
+       2       4      0   0   0
+       2       6      0   0   0
+       2       7      0   0   1
+       2       1      0   0   0
+       2       4      0  -1   0
+       2       6     -1   0   0
+       2       7     -1  -1   0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions