Simulations of cosmological scalar fields inspired by PyUltraLight.
UltraDark uses PencilFFTs to do Fourier transforms in an MPI environment.
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.