tblite
Light-weight tight-binding framework
|
Provides an electronic mixer implementation. More...
Data Types | |
type | mixer_input |
Input for selecting electronic mixer. More... | |
Functions/Subroutines | |
subroutine, public | new_mixer (self, memory, ndim, damp) |
Create a new instance of the mixer. | |
Provides an electronic mixer implementation.
subroutine, public tblite_scf_mixer::new_mixer | ( | class(mixer_type), intent(out), allocatable | self, |
integer, intent(in) | memory, | ||
integer, intent(in) | ndim, | ||
real(wp), intent(in) | damp ) |
Create a new instance of the mixer.
[out] | self | Instance of the mixer on exit |