.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
README.md
pyproject.toml
slurms/astro-sim-v100-run.slurm
slurms/astro-sim-v100-testing.slurm
src/furax/__init__.py
src/furax/detectors.py
src/furax/landscapes.py
src/furax/samplings.py
src/furax/tree.py
src/furax.egg-info/PKG-INFO
src/furax.egg-info/SOURCES.txt
src/furax.egg-info/dependency_links.txt
src/furax.egg-info/requires.txt
src/furax.egg-info/top_level.txt
src/furax/_base/__init__.py
src/furax/_base/axes.py
src/furax/_base/blocks.py
src/furax/_base/config.py
src/furax/_base/core.py
src/furax/_base/dense.py
src/furax/_base/diagonal.py
src/furax/_base/linear.py
src/furax/_base/rules.py
src/furax/_base/utils.py
src/furax/instruments/__init__.py
src/furax/instruments/sat.py
src/furax/operators/__init__.py
src/furax/operators/hwp.py
src/furax/operators/polarizers.py
src/furax/operators/projections.py
src/furax/operators/qu_rotations.py
src/furax/operators/toeplitz.py
src/furax/toast/__init__.py
src/furax/toast/obs_matrix.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_landscapes.py
tests/test_pytrees.py
tests/test_solver.py
tests/test_tree.py
tests/_base/__init__.py
tests/_base/conftest.py
tests/_base/test_add.py
tests/_base/test_base.py
tests/_base/test_blocks.py
tests/_base/test_core.py
tests/_base/test_dense.py
tests/_base/test_diagonal.py
tests/_base/test_inverse.py
tests/_base/test_mul.py
tests/_base/test_pack.py
tests/_base/test_rules.py
tests/_base/test_transpose.py
tests/_base/test_utils.py
tests/_base/axes/__init__.py
tests/_base/axes/test_move_axis.py
tests/_base/axes/test_ravel.py
tests/_base/axes/test_reshape.py
tests/data/sat/norm_nHits_SA_35FOV_G_nside512.fits
tests/operators/__init__.py
tests/operators/test_decorators.py
tests/operators/test_hwp.py
tests/operators/test_polarizers.py
tests/operators/test_projections.py
tests/operators/test_qu_rotations.py
tests/operators/test_toeplitz.py
tests/toast/__init__.py
tests/toast/test_obs_matrix.py