jhod0 / cosmosis-rs

Rust bindings for the CosmoSIS MCMC System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CosmoSIS for Rust

Rust bindings for the CosmoSIS cosmological parameter estimation library.

Getting Started

First off, install and build CosmoSIS. Then:

$ COSMOSIS=/path/to/cosmosis
$ export COSMOSIS_INC=$COSMOSIS/cosmosis/datablock
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COSMOSIS_INC
$ git clone https://github.com/jhod0/cosmosis-rs.git
$ cd cosmosis-rs
$ cargo test

This is a work in progress.

About

Rust bindings for the CosmoSIS MCMC System


Languages

Language:Rust 99.9%Language:C 0.1%