pub enum PSPotBetaPhiType {
Reciprocal,
Real,
}Expand description
This keyword controls the representation of the nonlocal part of the pseudopotential used for calculation of the <β|ϕ> overlaps. Available options are:
- RECIPROCAL - reciprocal space nonlocal pseudopotentials
- REAL - real space nonlocal pseudopotentials
§Note
This parameter can only take the value REAL if PSPOT_NONLOCAL_TYPE is also REAL.
§Default
The default is the value of PSPOT_NONLOCAL_TYPE
§Example
PSPOT_BETA_PHI_TYPE : REAL
Variants§
Trait Implementations§
Source§impl Clone for PSPotBetaPhiType
impl Clone for PSPotBetaPhiType
Source§fn clone(&self) -> PSPotBetaPhiType
fn clone(&self) -> PSPotBetaPhiType
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 PSPotBetaPhiType
impl Debug for PSPotBetaPhiType
Source§impl<'de> Deserialize<'de> for PSPotBetaPhiType
impl<'de> Deserialize<'de> for PSPotBetaPhiType
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 PSPotBetaPhiType
impl Display for PSPotBetaPhiType
Source§impl Hash for PSPotBetaPhiType
impl Hash for PSPotBetaPhiType
Source§impl KeywordDisplay for PSPotBetaPhiType
impl KeywordDisplay for PSPotBetaPhiType
Source§impl Ord for PSPotBetaPhiType
impl Ord for PSPotBetaPhiType
Source§fn cmp(&self, other: &PSPotBetaPhiType) -> Ordering
fn cmp(&self, other: &PSPotBetaPhiType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PSPotBetaPhiType
impl PartialEq for PSPotBetaPhiType
Source§impl PartialOrd for PSPotBetaPhiType
impl PartialOrd for PSPotBetaPhiType
Source§impl Serialize for PSPotBetaPhiType
impl Serialize for PSPotBetaPhiType
impl Copy for PSPotBetaPhiType
impl Eq for PSPotBetaPhiType
impl StructuralPartialEq for PSPotBetaPhiType
Auto Trait Implementations§
impl Freeze for PSPotBetaPhiType
impl RefUnwindSafe for PSPotBetaPhiType
impl Send for PSPotBetaPhiType
impl Sync for PSPotBetaPhiType
impl Unpin for PSPotBetaPhiType
impl UnwindSafe for PSPotBetaPhiType
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