Christoffel¶
-
einsteinpy.utils.christoffel.riemann_curvature_tensor(list2d, syms)¶ Function to calculate Riemann Curvature Tensor of a given metric
-
einsteinpy.utils.christoffel.christoffels(list2d, syms)¶ Function to calculate christoffel symbols of a given metric
-
einsteinpy.utils.christoffel.simplify_christoffels(list3d, dims=4)¶ Returns a 3d list of simplified christoffel symbols.
-
einsteinpy.utils.christoffel.schwarzschild_christoffels(symbolstr='t r theta phi')¶ Returns the 3d list of christoffel symbols of Schwarzschild Metric.
- Parameters
symbolstr (string) – symbols to be used to define schwarzschild space, defaults to ‘t r theta phi’
- Returns
3d list of christoffel symbols for schwarzschild metric
- Return type
-
einsteinpy.utils.christoffel.kerr_christoffels(symbolstr='t r theta phi')¶ Returns the 3d list of christoffel symbols of Kerr metric(BL coordinates) in Plank units : G=1, c=1.
- Parameters
symbolstr (string) – symbols to be used to define kerr space in BL coordinates, defaults to ‘t r theta phi’
- Returns
3d list of christoffel symbols for kerr metric
- Return type