LM10Potential#
- class gala.potential.potential.LM10Potential(units=<UnitSystem (kpc, Myr, solMass, rad)>, disk={}, bulge={}, halo={})[source]#
Bases:
CCompositePotential
The Galactic potential used by Law and Majewski (2010) to represent the Milky Way as a three-component sum of disk, bulge, and halo.
The disk potential is an axisymmetric
MiyamotoNagaiPotential
, the bulge potential is a sphericalHernquistPotential
, and the halo potential is a triaxialLogarithmicPotential
.Default parameters are fixed to those found in LM10 by fitting N-body simulations to the Sagittarius stream.
- Parameters:
- units
UnitSystem
(optional) Set of non-reducable units that specify (at minimum) the length, mass, time, and angle units.
- disk
dict
(optional) Parameters to be passed to the
MiyamotoNagaiPotential
.- bulge
dict
(optional) Parameters to be passed to the
HernquistPotential
.- halo
dict
(optional) Parameters to be passed to the
LogarithmicPotential
.- Note: in subclassing, order of arguments must match order of potential
- components added at bottom of init.
- units
Attributes Summary
Methods Summary
__call__
(q)Call self as a function.
acceleration
(q[, t])Compute the acceleration due to the potential at the given position(s).
as_interop
(package, **kwargs)Interoperability with other Galactic dynamics packages
circular_velocity
(q[, t])Estimate the circular velocity at the given position assuming the potential is spherical.
clear
()copy
()density
(q[, t])Compute the density value at the given position(s).
energy
(q[, t])Compute the potential energy at the given position(s).
fromkeys
(/, iterable[, value])Create a new ordered dictionary with keys from iterable and values set to value.
get
(key[, default])Return the value for key if key is in the dictionary, else default.
gradient
(q[, t])Compute the gradient of the potential at the given position(s).
hessian
(q[, t])Compute the Hessian of the potential at the given position(s).
integrate_orbit
(*args, **kwargs)Integrate an orbit in the current potential using the integrator class provided.
items
()keys
()mass_enclosed
(q, t)Estimate the mass enclosed within the given position by assuming the potential is spherical.
move_to_end
(/, key[, last])Move an existing element to the end (or beginning if last is false).
plot_contours
(grid[, t, filled, ax, labels, ...])Plot equipotentials contours.
plot_density_contours
(grid[, t, filled, ax, ...])Plot density contours.
plot_rotation_curve
(R_grid[, t, ax, labels])Plot the rotation curve or circular velocity curve for this potential on the input grid of cylindrical radii.
pop
(/, key[, default])If the key is not found, return the default if given; otherwise, raise a KeyError.
popitem
(/[, last])Remove and return a (key, value) pair from the dictionary.
replace_units
(units)Change the unit system of this potential.
replicate
(**kwargs)Return a copy of the potential instance with some parameter values changed.
save
(f)Save the potential to a text file.
setdefault
(/, key[, default])Insert key with a value of default if key is not in the dictionary.
to_galpy_potential
([ro, vo])to_latex
()Return a string LaTeX representation of this potential
to_sympy
()Return a representation of this potential class as a sympy expression
total_energy
(x, v)Compute the total energy (per unit mass) of a point in phase-space in this potential.
update
([E, ]**F)If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
value
(*args, **kwargs)values
()Attributes Documentation
- Wrapper = None#
- ndim = 3#
- parameters#
- units#
Methods Documentation
- __call__(q)#
Call self as a function.
- acceleration(q, t=0.0)#
Compute the acceleration due to the potential at the given position(s).
- Parameters:
- q
PhaseSpacePosition
,Quantity
, array_like Position to compute the acceleration at.
- q
- Returns:
- acc
Quantity
The acceleration. Will have the same shape as the input position array,
q
.
- acc
- as_interop(package, **kwargs)#
Interoperability with other Galactic dynamics packages
- Parameters:
- package
str
The package to export the potential to. Currently supported packages are
"galpy"
and"agama"
.- kwargs
Any additional keyword arguments are passed to the interop function.
- package
- circular_velocity(q, t=0.0)#
Estimate the circular velocity at the given position assuming the potential is spherical.
- Parameters:
- qarray_like,
numeric
Position(s) to estimate the circular velocity.
- qarray_like,
- Returns:
- vcirc
Quantity
Circular velocity at the given position(s). If the input position has shape
q.shape
, the output energy will have shapeq.shape[1:]
.
- vcirc
- clear() None. Remove all items from od. #
- copy() a shallow copy of od #
- density(q, t=0.0)#
Compute the density value at the given position(s).
- Parameters:
- q
PhaseSpacePosition
,Quantity
, array_like The position to compute the value of the potential. If the input position object has no units (i.e. is an
ndarray
), it is assumed to be in the same unit system as the potential.
- q
- Returns:
- dens
Quantity
The potential energy or value of the potential. If the input position has shape
q.shape
, the output energy will have shapeq.shape[1:]
.
- dens
- energy(q, t=0.0)#
Compute the potential energy at the given position(s).
- Parameters:
- q
PhaseSpacePosition
,Quantity
, array_like The position to compute the value of the potential. If the input position object has no units (i.e. is an
ndarray
), it is assumed to be in the same unit system as the potential.
- q
- Returns:
- E
Quantity
The potential energy per unit mass or value of the potential.
- E
- fromkeys(/, iterable, value=None)#
Create a new ordered dictionary with keys from iterable and values set to value.
- get(key, default=None, /)#
Return the value for key if key is in the dictionary, else default.
- gradient(q, t=0.0)#
Compute the gradient of the potential at the given position(s).
- Parameters:
- q
PhaseSpacePosition
,Quantity
, array_like The position to compute the value of the potential. If the input position object has no units (i.e. is an
ndarray
), it is assumed to be in the same unit system as the potential.
- q
- Returns:
- grad
Quantity
The gradient of the potential. Will have the same shape as the input position.
- grad
- hessian(q, t=0.0)#
Compute the Hessian of the potential at the given position(s).
- Parameters:
- q
PhaseSpacePosition
,Quantity
, array_like The position to compute the value of the potential. If the input position object has no units (i.e. is an
ndarray
), it is assumed to be in the same unit system as the potential.
- q
- Returns:
- hess
Quantity
The Hessian matrix of second derivatives of the potential. If the input position has shape
q.shape
, the output energy will have shape(q.shape[0],q.shape[0]) + q.shape[1:]
. That is, ann_dim
byn_dim
array (matrix) for each position.
- hess
- integrate_orbit(*args, **kwargs)#
Integrate an orbit in the current potential using the integrator class provided. Uses same time specification as
Integrator()
– see the documentation forgala.integrate
for more information.- Parameters:
- w0
PhaseSpacePosition
, array_like Initial conditions.
- Integrator
Integrator
(optional) Integrator class to use.
- Integrator_kwargs
dict
(optional) Any extra keyword argumets to pass to the integrator class when initializing. Only works in non-Cython mode.
- cython_if_possiblebool (optional)
If there is a Cython version of the integrator implemented, and the potential object has a C instance, using Cython will be much faster.
- store_allbool (optional)
Controls whether to store the phase-space position at all intermediate timesteps. Set to False to store only the final values (i.e. the phase-space position(s) at the final timestep). Default is True.
- **time_spec
Specification of how long to integrate. See documentation for
parse_time_specification
.
- w0
- Returns:
- orbit
Orbit
- orbit
- items() a set-like object providing a view on D's items #
- keys() a set-like object providing a view on D's keys #
- mass_enclosed(q, t)#
Estimate the mass enclosed within the given position by assuming the potential is spherical. This is not so good!
- Parameters:
- qarray_like,
numeric
Position to compute the mass enclosed.
- qarray_like,
- move_to_end(/, key, last=True)#
Move an existing element to the end (or beginning if last is false).
Raise KeyError if the element does not exist.
- plot_contours(grid, t=0.0, filled=True, ax=None, labels=None, subplots_kw={}, **kwargs)#
Plot equipotentials contours. Computes the potential energy on a grid (specified by the array
grid
).Warning
Right now the grid input must be arrays and must already be in the unit system of the potential. Quantity support is coming…
- Parameters:
- grid
tuple
Coordinate grids or slice value for each dimension. Should be a tuple of 1D arrays or numbers.
- tquantity-like (optional)
The time to evaluate at.
- filledbool (optional)
Use
contourf()
instead ofcontour()
. Default isTrue
.- ax
matplotlib.Axes
(optional) - labelsiterable (optional)
List of axis labels.
- subplots_kw
dict
kwargs passed to matplotlib’s subplots() function if an axes object is not specified.
- kwargs
dict
kwargs passed to either contourf() or plot().
- grid
- Returns:
- fig
Figure
- fig
- plot_density_contours(grid, t=0.0, filled=True, ax=None, labels=None, subplots_kw={}, **kwargs)#
Plot density contours. Computes the density on a grid (specified by the array
grid
).Warning
For now, the grid input must be arrays and must already be in the unit system of the potential. Quantity support is coming…
- Parameters:
- grid
tuple
Coordinate grids or slice value for each dimension. Should be a tuple of 1D arrays or numbers.
- tquantity-like (optional)
The time to evaluate at.
- filledbool (optional)
Use
contourf()
instead ofcontour()
. Default isTrue
.- ax
matplotlib.Axes
(optional) - labelsiterable (optional)
List of axis labels.
- subplots_kw
dict
kwargs passed to matplotlib’s subplots() function if an axes object is not specified.
- kwargs
dict
kwargs passed to either contourf() or plot().
- grid
- Returns:
- fig
Figure
- fig
- plot_rotation_curve(R_grid, t=0.0, ax=None, labels=None, **plot_kwargs)#
Plot the rotation curve or circular velocity curve for this potential on the input grid of cylindrical radii.
- Parameters:
- R_gridarray_like
A grid of radius values to compute the rotation curve at. This should be a one-dimensional grid.
- tquantity-like (optional)
The time to evaluate at.
- ax
matplotlib.Axes
(optional) - labelsiterable (optional)
List of axis labels. Set to False to disable adding labels.
- plot_kwargs
dict
kwargs passed to plot().
- Returns:
- fig
Figure
- ax
Axes
- fig
- pop(/, key, default=<unrepresentable>)#
If the key is not found, return the default if given; otherwise, raise a KeyError.
- popitem(/, last=True)#
Remove and return a (key, value) pair from the dictionary.
Pairs are returned in LIFO order if last is true or FIFO order if false.
- replace_units(units)#
Change the unit system of this potential.
- Parameters:
- units
UnitSystem
Set of non-reducable units that specify (at minimum) the length, mass, time, and angle units.
- units
- replicate(**kwargs)#
Return a copy of the potential instance with some parameter values changed. This always produces copies of any parameter arrays.
- Parameters:
- **kwargs
All other keyword arguments are used to overwrite parameter values when making the copy. The keywords passed in should be the same as the potential component names, so you can pass in dictionaries to set parameters for different subcomponents of this composite potential.
- Returns:
- replicant
PotentialBase
subclass instance The replicated potential.
- replicant
- save(f)#
Save the potential to a text file. See
save()
for more information.- Parameters:
- f
str
,file_like
A filename or file-like object to write the input potential object to.
- f
- setdefault(/, key, default=None)#
Insert key with a value of default if key is not in the dictionary.
Return the value for key if key is in the dictionary, else default.
- to_galpy_potential(ro=None, vo=None)#
Deprecated since version v1.8: This has been replaced by a more general interoperability framework.
Convert a Gala potential to a Galpy potential instance
- Parameters:
- roquantity-like (optional)
- voquantity-like (optional)
- classmethod to_latex()#
Return a string LaTeX representation of this potential
- Returns:
- latex_str
str
The latex expression as a Python string.
- latex_str
- classmethod to_sympy()#
Return a representation of this potential class as a sympy expression
- total_energy(x, v)#
Compute the total energy (per unit mass) of a point in phase-space in this potential. Assumes the last axis of the input position / velocity is the dimension axis, e.g., for 100 points in 3-space, the arrays should have shape (100, 3).
- Parameters:
- xarray_like,
numeric
Position.
- varray_like,
numeric
Velocity.
- xarray_like,
- update([E, ]**F) None. Update D from dict/iterable E and F. #
If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
- value(*args, **kwargs)#
- values() an object providing a view on D's values #