Migrated from GitHub
Go to file
Joshua E. Jodesty c420dce00d Reafactor Pt. 2 2018-11-15 16:22:47 -05:00
.idea Environment Cleanup 2018-10-15 12:53:04 -04:00
configuration Reafactor Pt. 1 2018-11-15 16:22:21 -05:00
engine Reafactor Pt. 1 2018-11-15 16:22:21 -05:00
notebooks Dirty Parallelize Simulations 2018-11-14 16:07:09 -05:00
runtime Reafactor Pt. 2 2018-11-15 16:22:47 -05:00
ui Reafactor Pt. 1 2018-11-15 16:22:21 -05:00
utils Reafactor Pt. 1 2018-11-15 13:02:16 -05:00
.gitignore .gitignore Pipfile & Pipfile.lock + etc. 2018-11-13 15:25:45 -05:00
README.md Update README.md 2018-11-13 18:16:15 -02:00
setup.py Fill output NANs with previous value 2018-11-13 14:13:00 -05:00
test.py Reafactor Pt. 1 2018-11-15 16:22:21 -05:00

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