# Sweep Generation

## The `Sweep` Generator

```{eval-rst}
.. autoclass:: sweepgen.sweep.Sweep
    :members:
```

## Code-Generation Decorators for `ps.flow`

The following are decorators wrapping the equations {any}`block <pystencils.flow.block>` decorator
from `pystencils.flow`, to immediately generate sweeps from flowgraph equation blocks:

```{eval-rst}
.. automodule:: sweepgen.flow
    :members:
```