You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ The repository is structured as follows:
15
15
16
16
* <b>customlayers.py</b>: a file containing customised layers called by the QGML class;
17
17
18
-
* <b>holonomy.py</b>: implemtnation in Python code of results from [2] regarding analytic expressions for holonomic (geodesic) paths on SU(2).
18
+
* <b>holonomy.py</b>: implementation in Python code of results from [2] regarding analytic expressions for holonomic (geodesic) paths on SU(2).
19
+
20
+
* <b>dataprocess.py</b>: datapreprocessing to convert and reshape generated unitary inputs (the target U_T) and the label data (the sequence (U_j)) for input into the main code.
21
+
22
+
* <b>flattenunitary.py</b>: datapreprocessing to flatten tensors for input into the main code.
19
23
20
24
Each file contains commentary to assist researchers in understanding the architecture and how various coding modules fit together.
0 commit comments