Skip to content

musoke/UltraDark.jl

Repository files navigation

UltraDark

Stable Docs Dev Docs Build Status Codecov

Simulations of cosmological scalar fields inspired by PyUltraLight.

UltraDark uses PencilFFTs to do Fourier transforms in an MPI environment.

Installation

You will need Julia.

To install and runs tests, open the Julia REPL and enter pkg mode by pressing ].

pkg> dev https://github.com/musoke/UltraDark.jl

pkg> test UltraDark

Run a IJulia/Jupyter notebook with

pkg> add IJulia

julia> using IJulia

julia> notebook()