pub struct BasisSetBuilder { /* private fields */ }Expand description
Builder for BasisSet.
Implementations§
Source§impl BasisSetBuilder
impl BasisSetBuilder
pub fn basis_de_dloge<VALUE: Into<BasisDeDloge>>( &mut self, value: VALUE, ) -> &mut Self
pub fn basis_precision<VALUE: Into<BasisPrecision>>( &mut self, value: VALUE, ) -> &mut Self
pub fn cut_off_energy<VALUE: Into<CutoffEnergy>>( &mut self, value: VALUE, ) -> &mut Self
pub fn fine_gmax<VALUE: Into<FineGMax>>(&mut self, value: VALUE) -> &mut Self
pub fn fine_grid_scale<VALUE: Into<FineGridScale>>( &mut self, value: VALUE, ) -> &mut Self
pub fn finite_basis_corr<VALUE: Into<FiniteBasisCorr>>( &mut self, value: VALUE, ) -> &mut Self
pub fn finite_basis_npoints<VALUE: Into<FiniteBasisNPoints>>( &mut self, value: VALUE, ) -> &mut Self
pub fn finite_basis_spacing<VALUE: Into<FiniteBasisSpacing>>( &mut self, value: VALUE, ) -> &mut Self
pub fn fixed_npw<VALUE: Into<FixedNPW>>(&mut self, value: VALUE) -> &mut Self
pub fn grid_scale<VALUE: Into<GridScale>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for BasisSetBuilder
impl Clone for BasisSetBuilder
Source§fn clone(&self) -> BasisSetBuilder
fn clone(&self) -> BasisSetBuilder
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 moreAuto Trait Implementations§
impl Freeze for BasisSetBuilder
impl RefUnwindSafe for BasisSetBuilder
impl Send for BasisSetBuilder
impl Sync for BasisSetBuilder
impl Unpin for BasisSetBuilder
impl UnwindSafe for BasisSetBuilder
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