fips-md 0.3.0

A framework for simulating arbitrary particle dynamics
Documentation
1
2
3
4
5
6
//! Thread schedule, i.e. how many threads to assign to each part of the simulation

/// Thread schedule
pub struct ThreadSchedule {
    
}