pub struct CutoffEnergy(/* private fields */);Expand description
This keyword specifies the cutoff energy for the plane wave basis sets that will be used in the calculation. If the BASIS_PRECISION is defined, the cutoff energy will be equal to the highest of the cutoff energies associated with the chosen level of accuracy, for the pseudopotentials used in the calculation. If neither the BASIS_PRECISION nor the CUT_OFF_ENERGY are defined, the default cutoff energy is that associated with the FINE level of accuracy, for the pseudopotentials in the calculation.
§Note
It is not possible to specify both the BASIS_PRECISION and the CUT_OFF_ENERGY in a single file.
Implementations§
Trait Implementations§
Source§impl Clone for CutoffEnergy
impl Clone for CutoffEnergy
Source§fn clone(&self) -> CutoffEnergy
fn clone(&self) -> CutoffEnergy
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 CutoffEnergy
impl Debug for CutoffEnergy
Source§impl Default for CutoffEnergy
impl Default for CutoffEnergy
Source§fn default() -> CutoffEnergy
fn default() -> CutoffEnergy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CutoffEnergy
impl<'de> Deserialize<'de> for CutoffEnergy
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 CutoffEnergy
impl Display for CutoffEnergy
Source§impl From<f64> for CutoffEnergy
impl From<f64> for CutoffEnergy
Source§impl KeywordDisplay for CutoffEnergy
impl KeywordDisplay for CutoffEnergy
Source§impl PartialEq for CutoffEnergy
impl PartialEq for CutoffEnergy
Source§impl PartialOrd for CutoffEnergy
impl PartialOrd for CutoffEnergy
Source§impl Serialize for CutoffEnergy
impl Serialize for CutoffEnergy
impl Copy for CutoffEnergy
impl StructuralPartialEq for CutoffEnergy
Auto Trait Implementations§
impl Freeze for CutoffEnergy
impl RefUnwindSafe for CutoffEnergy
impl Send for CutoffEnergy
impl Sync for CutoffEnergy
impl Unpin for CutoffEnergy
impl UnwindSafe for CutoffEnergy
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