Trait velvet::prelude::Propagator[][src]

pub trait Propagator: Send + Sync + Serialize + Deserialize {
    pub fn setup(&mut self, &mut System, &Potentials) { ... }
pub fn propagate(&mut self, &mut System, &Potentials) { ... } }

Provided methods

pub fn setup(&mut self, &mut System, &Potentials)[src]

pub fn propagate(&mut self, &mut System, &Potentials)[src]

Loading content...

Trait Implementations

impl<'typetag> Serialize for dyn Propagator + 'typetag + Send[src]

impl<'typetag> Serialize for dyn Propagator + 'typetag + Sync[src]

impl<'typetag> Serialize for dyn Propagator + 'typetag[src]

impl<'typetag> Serialize for dyn Propagator + 'typetag + Send + Sync[src]

Implementors

impl Propagator for MolecularDynamics[src]

Loading content...