Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.13 KB

File metadata and controls

34 lines (22 loc) · 1.13 KB

Simulation method

The simulation method implements a forward modeling approach for velocity and density fields. This method is part of the :py:mod:`flip.simulation` subpackage.

Note

This method is currently under construction. The subpackage structure is in place but the implementation is being developed in collaboration with other contributors.

Overview

The forward modeling simulation approach provides an alternative to the covariance-based method by directly simulating velocity and density fields. This allows for more flexible modeling of non-linear effects and complex survey geometries.

The simulation method shares the common modules of the flip package:

Optional dependencies

The simulation method requires additional dependencies that can be installed via:

pip install flipcosmo[simulation]

This installs JAX, JAXpm, JAXopt, jax-cosmo, and diffrax for differentiable simulation support.