Angular momentum (#14)

* add ang mom

* Update TODO

* add ascii dump script

* add comment

* Updating TODO

* add angmom

* add garbage collector
This commit is contained in:
Richard Stiskalek 2022-11-30 16:12:39 +00:00 committed by GitHub
parent 92699bfb0a
commit 91beb4df50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 5 deletions

View file

@ -1,18 +1,20 @@
# CSiBORG tools
## :scroll: Short-term TODO
- [x] Make sure I am not taking halos outside of the well-resolved region.
## Short-term TODO
- [ ] Get `powmes` working and compare its power spectrum to `Pylians`.
- [ ] Check alignment of the angular momentum
- [x] Make sure I am not taking halos outside of the well-resolved region.
- [x] Calculate the gravitational potential.
- [x] Add the gravitational field calculation.
## :hourglass: Long-term TODO
## Long-term TODO
- [ ] Calculate the cross-correlation in CSiBORG. Should see the scale of the constraints?
- [x] Calculate DM environmental properties.
- [ ] Find the distribution of particles in the first snapshot
- [ ] Implement a custom model for matchin galaxies to halos.
- [x] Calculate DM environmental properties.
## :bulb: Open questions
## Open questions
- What scaling of the search region? No reason for it to be a multiple of $R_{200c}$.
- Begin extracting the DM environmental properties at galaxy positions?