galpy.potential.evaluatephi2derivs

galpy.potential.evaluatephi2derivs(Pot, R, z, phi=None, t=0.0)[source]

NAME:

evaluatephi2derivs

PURPOSE:

convenience function to evaluate a possible sum of potentials

INPUT:

Pot - a potential or list of potentials

R - cylindrical Galactocentric distance (can be Quantity)

z - distance above the plane (can be Quantity)

phi - azimuth (optional; can be Quantity)

t - time (optional; can be Quantity)

OUTPUT:

d2Phi/d2phi(R,z,phi,t)

HISTORY:

2018-03-28 - Written - Bovy (UofT)