pub struct ElecDumpFile(/* private fields */);Expand description
This keyword determines the name of the file into which wavefunction and density data are written, periodically during electronic minimization. This file can be used as a backup and is restored with the ELEC_RESTORE_FILE parameter.
§Note
If this parameter is set to NULL, no backup wavefunction or density data will be written.
§Default
seedname.wvfn
§Example
ELEC_DUMP_FILE : test.wvfn
Implementations§
Trait Implementations§
Source§impl Clone for ElecDumpFile
impl Clone for ElecDumpFile
Source§fn clone(&self) -> ElecDumpFile
fn clone(&self) -> ElecDumpFile
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 ElecDumpFile
impl Debug for ElecDumpFile
Source§impl Default for ElecDumpFile
impl Default for ElecDumpFile
Source§fn default() -> ElecDumpFile
fn default() -> ElecDumpFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElecDumpFile
impl<'de> Deserialize<'de> for ElecDumpFile
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 ElecDumpFile
impl Display for ElecDumpFile
Source§impl From<String> for ElecDumpFile
impl From<String> for ElecDumpFile
Source§impl Hash for ElecDumpFile
impl Hash for ElecDumpFile
Source§impl KeywordDisplay for ElecDumpFile
impl KeywordDisplay for ElecDumpFile
Source§impl Ord for ElecDumpFile
impl Ord for ElecDumpFile
Source§fn cmp(&self, other: &ElecDumpFile) -> Ordering
fn cmp(&self, other: &ElecDumpFile) -> 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 ElecDumpFile
impl PartialEq for ElecDumpFile
Source§impl PartialOrd for ElecDumpFile
impl PartialOrd for ElecDumpFile
Source§impl Serialize for ElecDumpFile
impl Serialize for ElecDumpFile
impl Eq for ElecDumpFile
impl StructuralPartialEq for ElecDumpFile
Auto Trait Implementations§
impl Freeze for ElecDumpFile
impl RefUnwindSafe for ElecDumpFile
impl Send for ElecDumpFile
impl Sync for ElecDumpFile
impl Unpin for ElecDumpFile
impl UnwindSafe for ElecDumpFile
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