pub struct CompletelyPositiveMap {
pub source: String,
pub target: String,
pub is_unital: bool,
pub cb_norm: f64,
}Expand description
Completely positive map between C*-algebras.
Fields§
§source: String§target: String§is_unital: bool§cb_norm: f64Implementations§
Trait Implementations§
Source§impl Clone for CompletelyPositiveMap
impl Clone for CompletelyPositiveMap
Source§fn clone(&self) -> CompletelyPositiveMap
fn clone(&self) -> CompletelyPositiveMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompletelyPositiveMap
impl RefUnwindSafe for CompletelyPositiveMap
impl Send for CompletelyPositiveMap
impl Sync for CompletelyPositiveMap
impl Unpin for CompletelyPositiveMap
impl UnsafeUnpin for CompletelyPositiveMap
impl UnwindSafe for CompletelyPositiveMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more