Migrated from GitHub
Go to file
Joshua E. Jodesty 026e799c74 Parallelize Simulations 2018-11-14 14:58:55 -05:00
.idea Environment Cleanup 2018-10-15 12:53:04 -04:00
engine Parallelize Simulations 2018-11-14 14:58:55 -05:00
notebooks identity fix pt.2 (behaviors) 2018-11-06 08:22:40 -05:00
ui .gitignore Pipfile & Pipfile.lock + etc. 2018-11-13 15:25:45 -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 conncur mech step, per-se 2018-10-18 12:10:57 +02: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