Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 803 Bytes

TurboPy app for charged particle motion

DOI Binder

Sample turboPy app which computes the motion of an electron in an electric field.

Installing turboPy

  • Install turboPy: pip install turbopy

Installing and running this app

  • Clone this repository.
  • Run the code:
> python ./particle_in_field.py

simulation run

  • Output is saved in csv format in the folder called output.

Running the app in a Jupyter notebook

This sample app is also available as a Jupyter notebook.