vegas

Crates.iovegas
lib.rsvegas
version0.3.0
sourcesrc
created_at2024-08-19 07:30:14.891313
updated_at2024-09-13 18:01:22.125161
descriptionLittle Monte Carlo code in rust
homepage
repositoryhttps://github.com/odarbelaeze/vegas-rs
max_upload_size
id1343559
size79,849
Oscar Arbeláez-Echeverri (odarbelaeze)

documentation

https://github.com/odarbelaeze/vegas-rs

README

vegas-rs

Crates.io Build Status Documentation DOI

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 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:

cargo install vegas

If you want to install vegas-rs as a library, you can add it via cargo:

cargo add vegas
Commit count: 0

cargo fmt