RBC / STRUCTURE.md
algorembrant's picture
Upload 16 files
7c60059 verified
|
Raw
History Blame Contribute Delete
477 Bytes

Project Structure

RBC/
├── Dump/
│   ├── example_4_1.tex
│   ├── note.txt
│   ├── solution_breakdown.md
│   └── solution_breakdown.pdf
├── MATLAB/
│   └── app.m
├── .gitignore
├── app.py
├── beam_calc.db
├── calculator.py
├── db_manager.py
├── LICENSE
├── README.md
├── requirements.txt
├── TECHSTACK.md
└── test_calculator.py