To reproduce the results,
- install Julia by following instructions in https://julialang.org/downloads/;
- clone this repo;
- in the root directory of this repo, execute
julia --project=./
(note the period after=
!); - in the REPL, press
]
to get into the Pkg mode, typeinstantiate
and hit Enter; - get back to the Julian mode by pressing backspace;
- evaluate
include("main.jl")
to save figures (by default in./results
).