LibXCFunctional¶
- class psi4.core.LibXCFunctional¶
Bases:
Functionaldocstring
Methods Summary
density_cutoff(self)docstring
get_mix_data(self)docstring
query_libxc(self, arg0)query libxc regarding functional parameters.
set_density_cutoff(self, arg0)docstring
set_omega(self, arg0)docstring
set_tweak(*args, **kwargs)Overloaded function.
query libxc for version and citation
Methods Documentation
- density_cutoff(self: psi4.core.LibXCFunctional) float¶
docstring
- query_libxc(self: psi4.core.LibXCFunctional, arg0: str) dict[str, float]¶
query libxc regarding functional parameters.
- set_density_cutoff(self: psi4.core.LibXCFunctional, arg0: SupportsFloat) None¶
docstring
- set_omega(self: psi4.core.LibXCFunctional, arg0: SupportsFloat) None¶
docstring
- set_tweak(*args, **kwargs)¶
Overloaded function.
set_tweak(self: psi4.core.LibXCFunctional, tweaks: collections.abc.Sequence[typing.SupportsFloat], quiet: bool = False) -> None
Set all tweaks on a LibXC functional through a list. Deprecated in v1.4
set_tweak(self: psi4.core.LibXCFunctional, tweaks: collections.abc.Mapping[str, typing.SupportsFloat], quiet: bool = False) -> None
Set all tweaks on a LibXC functional through a dictionary of names (usually underscore prepended) and values. New in v1.4