Python API reference
The ZPIC python modules are extensively documented using docstrings, you can acess the documentation using the python help()
command:
>>> help( em2d.Density )
Help on class Density in module em2d:
class Density(builtins.object)
| Density(type='uniform', start=0.0, end=0.0, n=1.0, custom_x=None, custom_y=None)
|
| Class representing charge density profiles for particle species
| initialization
(...)
The complete API can also be viewed here: