|
tblite
Light-weight tight-binding framework
|
Provides an electronic mixer implementation. More...
Functions/Subroutines | |
| subroutine, public | new_mixer (self, input, ndim, error) |
| 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, |
| type(mixer_input), intent(in) | input, | ||
| integer, intent(in) | ndim, | ||
| type(error_type), intent(out), allocatable | error ) |
Create a new instance of the mixer.
| [out] | self | Instance of the mixer on exit |