pub trait DefaultTimeReversalTransformable { }
Expand description

Marker trait indicating that the implementing type should get the blanket implementation for TimeReversalTransformable.

Implementors§

source§

impl<'a, T> DefaultTimeReversalTransformable for Density<'a, T>
where T: ComplexFloat + Lapack,

source§

impl<'a, T> DefaultTimeReversalTransformable for SlaterDeterminant<'a, T>
where T: ComplexFloat + Lapack,

source§

impl<'a, T> DefaultTimeReversalTransformable for MolecularOrbital<'a, T>
where T: ComplexFloat + Lapack,

source§

impl<T, F> DefaultTimeReversalTransformable for RealSpaceFunction<T, F>
where T: ComplexFloat + Lapack, F: Clone + Fn(&Point3<f64>) -> T,