Skip to content

Commit cd9e0ae

Browse files
authored
Update README.md
1 parent d8f6780 commit cd9e0ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ The repository is structured as follows:
1515

1616
* <b>customlayers.py</b>: a file containing customised layers called by the QGML class;
1717

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.
1923

2024
Each file contains commentary to assist researchers in understanding the architecture and how various coding modules fit together.
2125

0 commit comments

Comments
 (0)