pub type State = Vec<f64>;
Vector of the state of the system
pub struct State { /* private fields */ }