Crates.io | atomecs |
lib.rs | atomecs |
version | 0.7.1 |
source | src |
created_at | 2021-12-07 14:39:10.415569 |
updated_at | 2022-01-21 18:17:37.373324 |
description | An data-oriented simulation package for cold atom experiments. |
homepage | https://github.com/TeamAtomECS/AtomECS |
repository | https://github.com/TeamAtomECS/AtomECS |
max_upload_size | |
id | 493880 |
size | 423,719 |
Simulate cold atoms with rust.
New: Paper out now on arxiv
atomecs
is a rust crate for simulating ultracold atom experiments. It supports numerous features:
Instructions for installing rust can be found on the rust website, which includes the rust toolchain and cargo
command line tool.
After cloning this repository using git, you can run examples using the cargo
command line tool, e.g. cargo run --release --example 1d_mot
.
The matlab examples show how to load and plot simulation results.
You can build the program documentation using cargo doc
.
atomecs
follows the data-oriented Entity-Component-System (ECS) pattern, which is implemented using specs.
ECS is well suited to high-performance simulations, and is sufficiently flexible to accomodate changing design goals.
If you are unfamiliar with data-oriented design - for instance, if you come from an object-oriented background - it is strongly recommended that you read up before diving into the code. Some useful ECS resources are:
atomecs
.Our goal is to make AtomECS user-friendly, with friendly developers! Please feel free to use the issue tracker to ask questions, or join the conversations happening within the issues.
If you would like to submit a contribution:
The current developers of atomecs
are:
The long term goal for atomecs
is to have a complete simulation suite for cold atom experiments.
If you'd like to get involved in development, please do!