Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odarbelaeze/vegas-rs
A Monte Carlo simulation program in rust
https://github.com/odarbelaeze/vegas-rs
monte-carlo-simulation rust vegas-rs
Last synced: about 2 months ago
JSON representation
A Monte Carlo simulation program in rust
- Host: GitHub
- URL: https://github.com/odarbelaeze/vegas-rs
- Owner: odarbelaeze
- License: mit
- Created: 2015-12-17T19:52:47.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:31:59.000Z (4 months ago)
- Last Synced: 2024-09-15T08:44:02.138Z (4 months ago)
- Topics: monte-carlo-simulation, rust, vegas-rs
- Language: Rust
- Size: 103 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vegas-rs
[![Crates.io](https://img.shields.io/crates/v/vegas.svg)](https://crates.io/crates/vegas)
[![Build Status](https://github.com/odarbelaeze/vegas-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/odarbelaeze/vegas-rs/actions/workflows/rust.yml)
[![Documentation](https://docs.rs/vegas/badge.svg)](https://docs.rs/vegas)
[![DOI](https://zenodo.org/badge/48195121.svg)](https://zenodo.org/badge/latestdoi/48195121)## Introduction
This is an experimental implementation of an atomistic simulation package for
magnetic systems. **vegas-rs**'s main goal is to determine how performant is
the [rust](www.rust-lang.com) language for this kind of application.## Installation
To install **vegas-rs** you need to have the rust installed. Then, you can
install **vegas-rs** by running the following command:```bash
cargo install vegas
```If you want to install **vegas-rs** as a library, you can add it via cargo:
```bash
cargo add vegas
```