|
|
||
|---|---|---|
| .idea | ||
| SimCAD | ||
| notebooks | ||
| sandboxUX | ||
| .gitignore | ||
| README.md | ||
| setup.py | ||
README.md
SimCad
Dependencies:
pip install pipenv fn tabulate
Project:
Example Run File:
/DiffyQ-SimCAD/test.py
User Interface: Simulation Configuration
Configurations:
/DiffyQ-SimCAD/ui/config.py
Build Tool & Package Import:
Step 1. Build & Install Package locally:
pip install .
pip install -e .
Step 2. Import Package & Run:
from engine import run
run.main()
Same can be run in Jupyter .
jupyter notebook
Notebooks Directory:
/DiffyQ-SimCAD/notebooks/
Warning: Do Not publish this package / software to Any software repository except DiffyQ-SimCAD's staging branch or its Fork