Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions scripts/mass/dark.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@
results,
)

"""
__Kaplinghat SIDM Cored NFW__

KaplinghatCoredNFWSph uses nested numerical projection for its nonzero SIDM core.
It is therefore exercised below in the targeted convergence_func enclosed-mass
cross-check rather than in the full-grid potential finite-difference sweep.
"""

"""
__Summary__
"""
Expand Down Expand Up @@ -220,6 +228,16 @@
),
tol,
),
check_convergence_func_enclosed_mass(
"KaplinghatCoredNFWSph",
ag.mp.KaplinghatCoredNFWSph(
centre=(0.0, 0.0),
kappa_s=0.2,
scale_radius=1.2,
interaction_radius=0.3,
),
tol,
),
]

print_convergence_func_table(cf_results)
Loading