Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
49c7b7b
chto
Mar 23, 2020
0c9195a
Merge branch 'master' of https://github.com/CosmoLike/cosmolike_core
Mar 23, 2020
777a158
Merge branch 'master' of https://github.com/CosmoLike/cosmolike_core
Apr 1, 2020
39429e9
Merge branch 'master' of https://github.com/CosmoLike/cosmolike_core
Jun 18, 2020
0948737
fix non limber segmentation fault
Jun 22, 2020
5d66ed9
add new class and modify halo.c to handle neutrino properly
Jun 23, 2020
3497bcc
add new class and modify halo.c to handle neutrino properly
Jun 23, 2020
b5e9b1c
fix halo mass function
Jun 25, 2020
dc90ca8
fix halo mass function
Jun 25, 2020
2de7c59
new stuff
Oct 10, 2022
69ece2c
HMcode2020
May 1, 2023
f12345e
hmcode2020
Nov 23, 2023
973b581
booking bao SN
May 28, 2024
61224ec
clean
May 28, 2024
21a32c6
add maglim stretch parameter
elikrause Jun 7, 2024
54d59cd
upgrade medium integration precision by a factor of 4; increase N_a. …
JiachuanXu Jul 4, 2024
1a33117
C_cl_lin_nointerp: from medium precision to high precision
JiachuanXu Jul 4, 2024
78a1865
print tomo zhist zmean for lens galaxy in pf_photoz
JiachuanXu Jul 4, 2024
ac2b2d3
Upgrade NTAB_TATT from 60 to 400, and ungrade integration precision f…
JiachuanXu Jul 4, 2024
0741d58
add interface function to set prior on lens photoz stretch
JiachuanXu Jul 7, 2024
4d427c6
add lens photoz stretch prior param
JiachuanXu Jul 7, 2024
796bc16
Merge branch 'maglim_stretch' of https://github.com/CosmoLike/cosmoli…
JiachuanXu Jul 7, 2024
6c91617
add Cholesky warning
JiachuanXu Sep 13, 2024
b8211ee
restore the default precision: the difference we see in DES Y3 is mos…
JiachuanXu Sep 13, 2024
e772e61
just in case
Nov 11, 2024
ba1db3c
Merge branch 'cluster_chto' into maglim_stretch
chto Nov 11, 2024
02f605e
add RSF to C_cl_tomo
JiachuanXu Mar 6, 2025
b4e3004
bugfix
JiachuanXu Mar 6, 2025
b32f1bd
updates
JiachuanXu Mar 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added class/.explanatory.ini.swp
Binary file not shown.
16 changes: 16 additions & 0 deletions class/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
output/
*~
build/
class
*.prof
*.ini
libclass.a
*out
python/classy.c
*.pyc
python/build/
*.dSYM
RealSpaceInterface/cache/
.DS_Store
doc/manual/html
doc/manual/latex
Loading