Replies: 1 comment 5 replies
-
@ntessore I think we should add a hierarchy to the background cosmology, where the current class Background(Protocol):
...
class HomogeneousBackground(Background):
...
class IsotropicBackground(Background):
...
class HomogeneousIsotropicBackground(HomogeneousBackground, IsotropicBackground):
... Now an anisotropic background cosmology can be defined, e.g. class AnisotropicBackground(Background):
Otot(z: Array, theta, phi/) -> Array: ...
... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any attributes/methods we want to change? Or add?
Beta Was this translation helpful? Give feedback.
All reactions