1 parent 752a2f0 commit bb13981Copy full SHA for bb13981
1 file changed
README.md
@@ -33,10 +33,11 @@ To assist readers in connecting the book material with the Python implementation
33
```text
34
bookCodePython/
35
├── examples/ # Textbook example scripts organized by chapter
36
-├── src/ # Core propagation source code
37
├── requirements.txt # Optional: Python dependencies
38
├── LICENSE
39
-└── README.md
+├── OpticalWavePropSim.py
+├── README.md
40
+└── requirements.txt
41
```
42
43
---
0 commit comments