galpy.potential.linearPotential.__add__

linearPotential.__add__(b)[source]

NAME:

__add__

PURPOSE:

Add linearPotential instances together to create a multi-component potential (e.g., pot= pot1+pot2+pot3)

INPUT:

b - linearPotential instance or a list thereof

OUTPUT:

List of linearPotential instances that represents the combined potential

HISTORY:

2019-01-27 - Written - Bovy (UofT)