pub struct ElecRestoreFile(/* private fields */);Expand description
This keyword specifies the name of the file from which wavefunction and density data should be restored when performing a CONTINUATION or a REUSE run. NULL means that wavefunction and density data will not be restored.
§Note
The basis set and distribution for the new run must be the same as those from the run in which the data file was written.
§Default
NULL
§Example
ELEC_RESTORE_FILE : test.wvfn
Implementations§
Trait Implementations§
Source§impl Clone for ElecRestoreFile
impl Clone for ElecRestoreFile
Source§fn clone(&self) -> ElecRestoreFile
fn clone(&self) -> ElecRestoreFile
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 ElecRestoreFile
impl Debug for ElecRestoreFile
Source§impl Default for ElecRestoreFile
impl Default for ElecRestoreFile
Source§fn default() -> ElecRestoreFile
fn default() -> ElecRestoreFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElecRestoreFile
impl<'de> Deserialize<'de> for ElecRestoreFile
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 ElecRestoreFile
impl Display for ElecRestoreFile
Source§impl From<String> for ElecRestoreFile
impl From<String> for ElecRestoreFile
Source§impl Hash for ElecRestoreFile
impl Hash for ElecRestoreFile
Source§impl KeywordDisplay for ElecRestoreFile
impl KeywordDisplay for ElecRestoreFile
Source§impl Ord for ElecRestoreFile
impl Ord for ElecRestoreFile
Source§fn cmp(&self, other: &ElecRestoreFile) -> Ordering
fn cmp(&self, other: &ElecRestoreFile) -> 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 ElecRestoreFile
impl PartialEq for ElecRestoreFile
Source§impl PartialOrd for ElecRestoreFile
impl PartialOrd for ElecRestoreFile
Source§impl Serialize for ElecRestoreFile
impl Serialize for ElecRestoreFile
impl Eq for ElecRestoreFile
impl StructuralPartialEq for ElecRestoreFile
Auto Trait Implementations§
impl Freeze for ElecRestoreFile
impl RefUnwindSafe for ElecRestoreFile
impl Send for ElecRestoreFile
impl Sync for ElecRestoreFile
impl Unpin for ElecRestoreFile
impl UnwindSafe for ElecRestoreFile
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