From 036b750b4c8507b4a79c2e9c04ec43f2e528524b Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 30 Mar 2016 15:06:10 -0700 Subject: [PATCH] Instructions for runnning --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 15daefa..3fcc405 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,12 @@ simulations on parallel compute hardware (mainly GPUs). You can install the requirements and their dependencies easily with ```bash pip intall -r requirements.txt +``` + +## Running +The root directory contains ``fdtd.py``, which sets up and runs a sample simulation + (cavity ringdown). + +```bash +python3 fdtd.py ``` \ No newline at end of file