[][src]Struct wigner_symbols::Wigner9j

pub struct Wigner9j {
    pub tj1: i32,
    pub tj2: i32,
    pub tj3: i32,
    pub tj4: i32,
    pub tj5: i32,
    pub tj6: i32,
    pub tj7: i32,
    pub tj8: i32,
    pub tj9: i32,
}

Wigner 9-j symbol

⎧ja jb jc⎫
⎨jd je jf⎬
⎩jg jh ji⎭

Fields

tj1: i32tj2: i32tj3: i32tj4: i32tj5: i32tj6: i32tj7: i32tj8: i32tj9: i32

Implementations

impl Wigner9j[src]

pub fn value(self) -> SignedSqrt[src]

Trait Implementations

impl Clone for Wigner9j[src]

impl Copy for Wigner9j[src]

impl Debug for Wigner9j[src]

impl Eq for Wigner9j[src]

impl Hash for Wigner9j[src]

impl Ord for Wigner9j[src]

impl PartialEq<Wigner9j> for Wigner9j[src]

impl PartialOrd<Wigner9j> for Wigner9j[src]

impl StructuralEq for Wigner9j[src]

impl StructuralPartialEq for Wigner9j[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Az for T[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedAs for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> OverflowingAs for T[src]

impl<T> SaturatingAs for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> WrappingAs for T[src]