Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Oct 12, 2024
1 parent 2e4b7c5 commit 5a7b073
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/python/impactx/impactx_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class ImpactX:
"""
def evolve(self) -> None:
"""
Run the main simulation loop for a number of steps.
Run the main simulation loop.
"""
def finalize(self) -> None:
"""
Expand Down Expand Up @@ -147,6 +147,10 @@ class ImpactX:
"""
space charge force (vector: x,y,z) per level
"""
def track_particles(self) -> None:
"""
Run the particle tracking simulation loop.
"""
@property
def abort_on_unused_inputs(self) -> int:
"""
Expand Down

0 comments on commit 5a7b073

Please sign in to comment.