Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README to include text regarding Python frontend
  • Loading branch information
daminton committed Sep 30, 2019
1 parent 6bff29c commit 26ecb7e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ The executable that is generated is build/src/CTEM

Running CTEM
************************************
An example CTEM simulation is included in the idl directory. You can execute the
CTEM run using the IDL frontend using:
Example CTEM simulations are included in the examples directory.
The run parameters are controlled by the ctem.in file.

You can execute the CTEM run using the IDL frontend using:
$ idl < start.in

The run parameters are controlled by the ctem.in file.
or with the Python frontend using:
$ python ctem_driver.py

0 comments on commit 26ecb7e

Please sign in to comment.