[][src]Struct wigner_symbols::Wigner6j

pub struct Wigner6j {
    pub tj1: i32,
    pub tj2: i32,
    pub tj3: i32,
    pub tj4: i32,
    pub tj5: i32,
    pub tj6: i32,
}

Wigner 6-j symbol

⎧j1 j2 j3⎫
⎩j4 j5 j6⎭

Fields

tj1: i32tj2: i32tj3: i32tj4: i32tj5: i32tj6: i32

Implementations

impl Wigner6j[src]

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

Trait Implementations

impl Clone for Wigner6j[src]

impl Copy for Wigner6j[src]

impl Debug for Wigner6j[src]

impl Eq for Wigner6j[src]

impl From<Wigner6j> for CanonicalRegge6j[src]

impl Hash for Wigner6j[src]

impl Ord for Wigner6j[src]

impl PartialEq<Wigner6j> for Wigner6j[src]

impl PartialOrd<Wigner6j> for Wigner6j[src]

impl StructuralEq for Wigner6j[src]

impl StructuralPartialEq for Wigner6j[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]