Commit 6d0172a
committed
Squashed commit of the following:
commit 6c9a31c81fa528000a28fb315338a6df40c5a3d2
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Tue Jun 10 11:17:00 2025 +0200
Use new phase.expand_asymmetric_unit
commit 496138e
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:21:10 2025 +0200
Formatting
commit cde8647
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:21:10 2025 +0200
Use numba for speedup
commit cba08e1
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:57 2025 +0200
Simplify `DiffractingVector.__getitem__`
commit fce8e2b
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:57 2025 +0200
Use Phase.expand_asymmetric_unit
commit 9c06e7d
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:39 2025 +0200
Fix test by using symmetrically unique reflections (4 degenerate were missing)
commit 98dc783
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:39 2025 +0200
Ensure compatible ordering of unique vectors
commit 54b6f07
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:39 2025 +0200
Getting closer, still some tests left
commit be19d4f
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:39 2025 +0200
Adress #234
commit ccdb65a
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:16 2025 +0200
Return self.__class__ instead of explicit ReciprocalLatticeVector
commit 44825d5
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:20:16 2025 +0200
Use rotate_with_basis
commit dd5b74e
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:19:44 2025 +0200
Fix bug where direct beam is added twice
commit 38afe7b
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:19:44 2025 +0200
Fix formatting
commit a00445d
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:19:11 2025 +0200
Support direct beam
commit b759b5d
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:19:11 2025 +0200
Working precession, need to test for correctness
commit c7d006a
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:19:10 2025 +0200
Support precession
commit 5c59e4d
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:18:34 2025 +0200
Rotate Ewald's sphere instead of lattice
commit 7aa207e
Author: Viljar Femoen <viljar.femoen@hotmail.no>
Date: Thu Jun 5 15:18:34 2025 +0200
Subclass Phase for faster initialization1 parent 81f1147 commit 6d0172a
File tree
5 files changed
+393
-231
lines changed- diffsims
- crystallography
- generators
- tests
- crystallography
- generators
5 files changed
+393
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
25 | 55 | | |
26 | 56 | | |
27 | 57 | | |
| |||
93 | 123 | | |
94 | 124 | | |
95 | 125 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
117 | 129 | | |
118 | 130 | | |
119 | 131 | | |
| |||
151 | 163 | | |
152 | 164 | | |
153 | 165 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 166 | + | |
| 167 | + | |
159 | 168 | | |
160 | 169 | | |
161 | | - | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| |||
177 | 186 | | |
178 | 187 | | |
179 | 188 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
185 | 194 | | |
186 | 195 | | |
187 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
644 | 642 | | |
645 | 643 | | |
646 | 644 | | |
647 | | - | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| 656 | + | |
| 657 | + | |
656 | 658 | | |
657 | 659 | | |
658 | 660 | | |
| |||
692 | 694 | | |
693 | 695 | | |
694 | 696 | | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
| 697 | + | |
| 698 | + | |
711 | 699 | | |
712 | 700 | | |
713 | 701 | | |
714 | 702 | | |
| 703 | + | |
715 | 704 | | |
716 | 705 | | |
717 | | - | |
718 | 706 | | |
719 | | - | |
720 | | - | |
| 707 | + | |
721 | 708 | | |
722 | 709 | | |
723 | 710 | | |
| |||
930 | 917 | | |
931 | 918 | | |
932 | 919 | | |
933 | | - | |
934 | | - | |
| 920 | + | |
935 | 921 | | |
936 | | - | |
937 | | - | |
| 922 | + | |
938 | 923 | | |
939 | 924 | | |
940 | 925 | | |
941 | | - | |
942 | | - | |
943 | 926 | | |
944 | 927 | | |
945 | 928 | | |
| |||
1506 | 1489 | | |
1507 | 1490 | | |
1508 | 1491 | | |
1509 | | - | |
| 1492 | + | |
1510 | 1493 | | |
1511 | 1494 | | |
1512 | 1495 | | |
| |||
1517 | 1500 | | |
1518 | 1501 | | |
1519 | 1502 | | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
1520 | 1506 | | |
1521 | 1507 | | |
1522 | 1508 | | |
1523 | 1509 | | |
1524 | 1510 | | |
1525 | 1511 | | |
1526 | 1512 | | |
1527 | | - | |
| 1513 | + | |
| 1514 | + | |
1528 | 1515 | | |
1529 | 1516 | | |
1530 | 1517 | | |
1531 | 1518 | | |
1532 | | - | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1533 | 1522 | | |
1534 | 1523 | | |
1535 | 1524 | | |
1536 | 1525 | | |
1537 | 1526 | | |
1538 | | - | |
| 1527 | + | |
| 1528 | + | |
1539 | 1529 | | |
1540 | 1530 | | |
1541 | 1531 | | |
1542 | 1532 | | |
1543 | | - | |
1544 | | - | |
1545 | | - | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
1546 | 1538 | | |
1547 | 1539 | | |
1548 | 1540 | | |
1549 | | - | |
1550 | 1541 | | |
1551 | | - | |
1552 | | - | |
1553 | | - | |
1554 | | - | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
1555 | 1545 | | |
1556 | 1546 | | |
1557 | 1547 | | |
1558 | 1548 | | |
1559 | 1549 | | |
1560 | | - | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
1561 | 1553 | | |
| 1554 | + | |
| 1555 | + | |
1562 | 1556 | | |
1563 | 1557 | | |
1564 | 1558 | | |
| |||
1596 | 1590 | | |
1597 | 1591 | | |
1598 | 1592 | | |
1599 | | - | |
1600 | | - | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | | - | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
1608 | | - | |
1609 | | - | |
1610 | | - | |
1611 | | - | |
1612 | | - | |
1613 | | - | |
1614 | | - | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | | - | |
1620 | | - | |
1621 | | - | |
1622 | | - | |
1623 | | - | |
1624 | | - | |
1625 | | - | |
1626 | | - | |
1627 | | - | |
1628 | | - | |
1629 | | - | |
1630 | | - | |
1631 | | - | |
1632 | | - | |
1633 | | - | |
1634 | | - | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | | - | |
1652 | | - | |
1653 | | - | |
1654 | | - | |
1655 | 1593 | | |
1656 | 1594 | | |
1657 | 1595 | | |
| |||
0 commit comments