pyscfad.cc.rccsd.RCCSDLite.init_diis#
- RCCSDLite.init_diis(amps)[source]#
Amplitude mixer.
Notes
Both mixers extrapolate an arbitrary pytree, so the amplitudes are mixed as the
(t1, t2)tuple rather than packed into a vector. Unlikepyscfad.lib.diis.DIIS, they are pytrees themselves and can therefore be carried throughjax.lax.while_loop().- Parameters:
amps (tuple[Array, Array])
- Return type:
Any