Add postprocessing hist tool

This commit is contained in:
2020-10-02 11:58:04 +02:00
parent fd47044bfb
commit 61a2db03dc
3 changed files with 64 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ let
mpi = self.bsc.mpi;
};
# Post processing tools
hist = callPackage ./garlic/postprocess/hist { };
exp = {
noise = callPackage ./garlic/exp/noise.nix { };
nbody = {