|
18 | 18 | @pytest.mark.parametrize( |
19 | 19 | ("min_ls", "expected_hashes"), |
20 | 20 | [ |
21 | | - pytest.param(True, {"ba9b5fd"}, id="min-ls"), |
22 | | - pytest.param(False, {"8039460"}, id="all-ls"), |
| 21 | + pytest.param(True, {"544cb15"}, id="min-ls"), |
| 22 | + pytest.param(False, {"01968bc", "7300a10"}, id="all-ls"), |
23 | 23 | ], |
24 | 24 | ) |
25 | 25 | def test_hashes(reaction: ReactionInfo, min_ls: bool, expected_hashes: set[str]): |
@@ -51,30 +51,30 @@ def test_amplitude_doit_hashes(reaction: ReactionInfo): |
51 | 51 | } |
52 | 52 | print(hashes) |
53 | 53 | assert hashes == { |
54 | | - "A2[-1,0,-1/2,-1/2]": "6770935", |
55 | | - "A3[-1,0,-1/2,-1/2]": "5b5001a", |
56 | | - "A2[-1,0,-1/2,1/2]": "716e629", |
57 | | - "A3[-1,0,-1/2,1/2]": "d338945", |
58 | | - "A2[-1,0,1/2,-1/2]": "78bf694", |
59 | | - "A3[-1,0,1/2,-1/2]": "b72a7e2", |
60 | | - "A2[-1,0,1/2,1/2]": "b1e428d", |
61 | | - "A3[-1,0,1/2,1/2]": "8730459", |
62 | | - "A2[0,0,-1/2,-1/2]": "c9cb5e9", |
63 | | - "A3[0,0,-1/2,-1/2]": "a62c07e", |
64 | | - "A2[0,0,-1/2,1/2]": "b87152c", |
65 | | - "A3[0,0,-1/2,1/2]": "8961c3b", |
66 | | - "A2[0,0,1/2,-1/2]": "73f76f4", |
67 | | - "A3[0,0,1/2,-1/2]": "82d805d", |
68 | | - "A2[0,0,1/2,1/2]": "36dd5d0", |
69 | | - "A3[0,0,1/2,1/2]": "ac73d2d", |
70 | | - "A2[1,0,-1/2,-1/2]": "7f8513f", |
71 | | - "A3[1,0,-1/2,-1/2]": "3691bba", |
72 | | - "A2[1,0,-1/2,1/2]": "165a2ad", |
73 | | - "A3[1,0,-1/2,1/2]": "7c7b3cf", |
74 | | - "A2[1,0,1/2,-1/2]": "e3ff1a7", |
75 | | - "A3[1,0,1/2,-1/2]": "06027b1", |
76 | | - "A2[1,0,1/2,1/2]": "eb57212", |
77 | | - "A3[1,0,1/2,1/2]": "3ef2476", |
| 54 | + "A2[-1,0,-1/2,-1/2]": "652522d", |
| 55 | + "A3[-1,0,-1/2,-1/2]": "5d8b698", |
| 56 | + "A2[-1,0,-1/2,1/2]": "0a944fe", |
| 57 | + "A3[-1,0,-1/2,1/2]": "a564151", |
| 58 | + "A2[-1,0,1/2,-1/2]": "4732f96", |
| 59 | + "A3[-1,0,1/2,-1/2]": "67bc82d", |
| 60 | + "A2[-1,0,1/2,1/2]": "98370c7", |
| 61 | + "A3[-1,0,1/2,1/2]": "00d5d44", |
| 62 | + "A2[0,0,-1/2,-1/2]": "aef2ca4", |
| 63 | + "A3[0,0,-1/2,-1/2]": "bcb25df", |
| 64 | + "A2[0,0,-1/2,1/2]": "00c9500", |
| 65 | + "A3[0,0,-1/2,1/2]": "7f73b98", |
| 66 | + "A2[0,0,1/2,-1/2]": "f3ade16", |
| 67 | + "A3[0,0,1/2,-1/2]": "96ec036", |
| 68 | + "A2[0,0,1/2,1/2]": "81dcaa6", |
| 69 | + "A3[0,0,1/2,1/2]": "6a547e5", |
| 70 | + "A2[1,0,-1/2,-1/2]": "09ca576", |
| 71 | + "A3[1,0,-1/2,-1/2]": "b3ed335", |
| 72 | + "A2[1,0,-1/2,1/2]": "beed520", |
| 73 | + "A3[1,0,-1/2,1/2]": "115597f", |
| 74 | + "A2[1,0,1/2,-1/2]": "f6e2775", |
| 75 | + "A3[1,0,1/2,-1/2]": "0d898ee", |
| 76 | + "A2[1,0,1/2,1/2]": "9276158", |
| 77 | + "A3[1,0,1/2,1/2]": "f3fc8c5", |
78 | 78 | } |
79 | 79 |
|
80 | 80 |
|
|
0 commit comments