# Storage Dispatch

HOPP includes a variety of storage dispatch options based on the `PowerStorageDispatch` class below:

- [Simple battery dispatch](dispatch:simple-battery)
- [Simple battery dispatch heuristic](dispatch:simple-battery-heuristic)
- [Heuristic load-following dispatch](dispatch:heuristic-load-following)
- [Linear voltage convex battery dispatch](dispatch:convex-linear-voltage-battery)
- [Linear voltage non-convex battery dispatch](dispatch:non-convex-linear-voltage-battery)
- [One cycle battery dispatch heuristic](dispatch:one-cycle-battery-heuristic)

(dispatch:power-storage-dispatch)=
## Power Storage Dispatch

```{eval-rst}
.. autoclass:: hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch
    :members:
```
