pub struct FixedNPW(/* private fields */);Expand description
This keyword determines whether a fixed number of plane waves (fixed size basis : TRUE) or a fixed plane wave cutoff energy (fixed quality basis : FALSE) will be used when doing a variable cell calculation. This setting affects geometry optimization with variable cell parameters and molecular dynamics with NPT or NPH ensembles.
§Note
You should turn off finite basis set correction when using a fixed size basis (see FINITE_BASIS_CORR).
§Default
FALSE
§Example
FIXED_NPW : TRUE
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FixedNPW
impl<'de> Deserialize<'de> for FixedNPW
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 KeywordDisplay for FixedNPW
impl KeywordDisplay for FixedNPW
Source§impl Ord for FixedNPW
impl Ord for FixedNPW
Source§impl PartialOrd for FixedNPW
impl PartialOrd for FixedNPW
impl Copy for FixedNPW
impl Eq for FixedNPW
impl StructuralPartialEq for FixedNPW
Auto Trait Implementations§
impl Freeze for FixedNPW
impl RefUnwindSafe for FixedNPW
impl Send for FixedNPW
impl Sync for FixedNPW
impl Unpin for FixedNPW
impl UnwindSafe for FixedNPW
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