Skip to content

musoke/UltraDark.jl

Repository files navigation

UltraDark

DOI DOI arxiv

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 run tests, open the Julia REPL and enter pkg mode by pressing ].

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

pkg> test UltraDark

Run a Jupyter notebook with

pkg> add IJulia

julia> using IJulia

julia> notebook()

The documentation has details of how to do more.