neutrons

Crates.ioneutrons
lib.rsneutrons
version0.0.2
sourcesrc
created_at2023-03-21 18:14:54.176692
updated_at2023-03-21 19:50:09.924407
descriptionNeutron transport simulation.
homepage
repository
max_upload_size
id816403
size448,564
Freddy Wordingham (FreddyWordingham)

documentation

README

Neutron

Neutron scattering physics simulation

Installation

Dependencies

Quickstart

Downloading the release tool should be as simple as:

cargo install neutrons

Create a directory called input, and within it add a parameters file called parameters.json:

mkdir input
touch input/parameters.json

The parameters file should look something like this.

You can then run the program with:

neutrons parameters.json
Commit count: 0

cargo fmt