Files
master-thesis-presentation/implementation.typ
2025-09-18 00:02:13 +02:00

49 lines
1.0 KiB
Typst

#import "globals.typ": *
#let notebook = json("../workdir/11_visualization/simple_run_example.ipynb")
= Adaptations
== Central changes
- profile generation taking into account halo growth rate
- reading merger trees + inferring growth rates
- parallel painting across multiple halo bins
// important since the bins are more now
- performance and ease of use
// largely through vectorization -> still "native" python
// usage of HDF5
// solid caching mechanisms -> resume simulations, etc...
#pause
$->$ #link(<backup_validation>, "Validated")
== Simplified usage
#text(
size: .65em,
)[
#columns(2, gutter: 3pt)[
#show raw: it => {
show regex("pin\d"): it => pin(eval(it.text.slice(3)))
it
}
#code-block(
filename: "beorn.py",
language: "python",
code_cell(notebook, cell_id: "code_for_run"),
)
]
// sadly didn't work:
// #pinit-point-to(1)[Hello]
// #pinit-point-to(2)[Hello]
// #pinit-point-to(3)[Hello]
// #pinit-point-to(4)[Hello]
// #pinit-point-to(5)[Hello]
]