pub enum FunctionalWeight {
}Variants§
LDA(f64)
LDA_X(f64)
LDA_C(f64)
PW91(f64)
PBE(f64)
PBE_X(f64)
PBE_C(f64)
RPBE(f64)
WC(f64)
PBESOL(f64)
PBESOL_X(f64)
PBESOL_C(f64)
B88_X(f64)
LYP_C(f64)
HF(f64)
HF_LDA(f64)
SX(f64)
SX_LDA(f64)
PBE0(f64)
B3LYP(f64)
HSE03(f64)
HSE06(f64)
Trait Implementations§
Source§impl Clone for FunctionalWeight
impl Clone for FunctionalWeight
Source§fn clone(&self) -> FunctionalWeight
fn clone(&self) -> FunctionalWeight
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 moreSource§impl Debug for FunctionalWeight
impl Debug for FunctionalWeight
Source§impl<'de> Deserialize<'de> for FunctionalWeight
impl<'de> Deserialize<'de> for FunctionalWeight
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FunctionalWeight
impl Display for FunctionalWeight
Source§impl KeywordDisplay for FunctionalWeight
impl KeywordDisplay for FunctionalWeight
Source§impl PartialEq for FunctionalWeight
impl PartialEq for FunctionalWeight
Source§impl PartialOrd for FunctionalWeight
impl PartialOrd for FunctionalWeight
Source§impl Serialize for FunctionalWeight
impl Serialize for FunctionalWeight
impl Copy for FunctionalWeight
impl StructuralPartialEq for FunctionalWeight
Auto Trait Implementations§
impl Freeze for FunctionalWeight
impl RefUnwindSafe for FunctionalWeight
impl Send for FunctionalWeight
impl Sync for FunctionalWeight
impl Unpin for FunctionalWeight
impl UnwindSafe for FunctionalWeight
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