diff --git a/camb/postborn.py b/camb/postborn.py index 7a52b1a1..eb144858 100644 --- a/camb/postborn.py +++ b/camb/postborn.py @@ -34,7 +34,7 @@ def get_field_rotation_power(params, kmax=100, lmax=20000, non_linear=True, z_so k_per_logint=None, acc=1, lsamp=None): r""" Get field rotation power spectrum, :math:`C_L^{\omega\omega}`, - following `arXiv:1605.05662 `_. Uses lowest Limber approximation. + following `arXiv:1605.05662 `_. Uses the lowest Limber approximation. :param params: :class:`.model.CAMBparams` instance with cosmological parameters etc. :param kmax: maximum k (in :math:`{\rm Mpc}^{-1}` units) diff --git a/camb/results.py b/camb/results.py index 5e13c521..37d7929c 100644 --- a/camb/results.py +++ b/camb/results.py @@ -650,10 +650,10 @@ def get_background_densities(self, a, vars=model.density_names, format='dict'): def get_dark_energy_rho_w(self, a): """ - Get dark energy density in units of the dark energy density today, and w=P/rho + Get dark energy density in units of the dark energy density today, and :math:`w=P/\rho` :param a: scalar factor or array of scale factors - :return: rho, w arrays at redshifts 1/a-1 [or scalars if a is scalar] + :return: rho, w arrays at redshifts :math:`1/a-1` [or scalars if :math:`a` is scalar] """ if np.isscalar(a): scales = np.array([a]) diff --git a/docs/CAMBdemo.html b/docs/CAMBdemo.html index dd0ca472..4aef7983 100644 --- a/docs/CAMBdemo.html +++ b/docs/CAMBdemo.html @@ -1,13137 +1,14279 @@ + -CAMBdemo +CAMBdemo - - + + + + - - +.jp-KeySelector select.jp-mod-styled { + font-size: var(--jp-ui-font-size1); + color: var(--jp-ui-font-color0); + border: var(--jp-border-width) solid var(--jp-border-color1); +} + +.jp-KeySelector label, +.jp-MetadataEditorTool label { + line-height: 1.4; +} + +/*----------------------------------------------------------------------------- +| Presentation Mode (.jp-mod-presentationMode) +|----------------------------------------------------------------------------*/ + +.jp-mod-presentationMode .jp-Notebook { + --jp-content-font-size1: var(--jp-content-presentation-font-size1); + --jp-code-font-size: var(--jp-code-presentation-font-size); +} + +.jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-InputPrompt, +.jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-OutputPrompt { + flex: 0 0 110px; +} + +/*----------------------------------------------------------------------------- +| Copyright (c) Jupyter Development Team. +| Distributed under the terms of the Modified BSD License. +|----------------------------------------------------------------------------*/ + +/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ + +/*----------------------------------------------------------------------------- +| Copyright (c) Jupyter Development Team. +| Distributed under the terms of the Modified BSD License. +|----------------------------------------------------------------------------*/ + + + + - - - + - + - -
-
+ -
-
-
+ -
-
-
-
In [1]:
-
-
+
+ +