Sample turboPy app which computes the motion of an electron in an electric field.
- Install turboPy:
pip install turbopy
- Clone this repository.
- Run the code:
> python ./particle_in_field.py
- Output is saved in
csv
format in the folder calledoutput
.
This sample app is also available as a Jupyter notebook.