pub struct InputKeywords {
Show 47 fields pub print_level: usize, pub basis_path: String, pub basis_type: String, pub auxbas_path: String, pub auxbas_type: String, pub use_auxbas: bool, pub eri_type: String, pub xc: String, pub charge: f64, pub spin: f64, pub spin_channel: usize, pub spin_polarization: bool, pub frozen_core_postscf: i32, pub frequency_points: usize, pub freq_grid_type: usize, pub freq_cut_off: f64, pub radial_precision: f64, pub min_num_angular_points: usize, pub max_num_angular_points: usize, pub grid_gen_level: usize, pub hardness: usize, pub pruning: String, pub rad_grid_method: String, pub external_grids: String, pub even_tempered_basis: String, pub etb_start_atom_number: usize, pub etb_beta: f64, pub mixer: String, pub mix_param: f64, pub num_max_diis: usize, pub start_diis_cycle: usize, pub max_scf_cycle: usize, pub scf_acc_rho: f64, pub scf_acc_eev: f64, pub scf_acc_etot: f64, pub chkfile: String, pub restart: bool, pub guessfile: String, pub external_init_guess: bool, pub initial_guess: String, pub noiter: bool, pub check_stab: bool, pub fciqmc_dump: bool, pub wfn_in_real_space: usize, pub cube: bool, pub molden: bool, pub num_threads: Option<usize>,
}

Fields

print_level: usizebasis_path: Stringbasis_type: Stringauxbas_path: Stringauxbas_type: Stringuse_auxbas: booleri_type: Stringxc: Stringcharge: f64spin: f64spin_channel: usizespin_polarization: boolfrozen_core_postscf: i32frequency_points: usizefreq_grid_type: usizefreq_cut_off: f64radial_precision: f64min_num_angular_points: usizemax_num_angular_points: usizegrid_gen_level: usizehardness: usizepruning: Stringrad_grid_method: Stringexternal_grids: Stringeven_tempered_basis: Stringetb_start_atom_number: usizeetb_beta: f64mixer: Stringmix_param: f64num_max_diis: usizestart_diis_cycle: usizemax_scf_cycle: usizescf_acc_rho: f64scf_acc_eev: f64scf_acc_etot: f64chkfile: Stringrestart: boolguessfile: Stringexternal_init_guess: boolinitial_guess: Stringnoiter: boolcheck_stab: boolfciqmc_dump: boolwfn_in_real_space: usizecube: boolmolden: boolnum_threads: Option<usize>

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Should always be Self
The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.
The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more