Skip to content

improved stability in DORT

Choose a tag to compare

@ghislainp ghislainp released this 18 Jan 22:14
· 325 commits to master since this release

implement another diagonalisation method in DORT to avoid numerical instabilities, especially in active mode. It can be activated with rtsolver_options=dict(diagonalization_method="shur_forcedtriu") in make_model. If good results are reported, this may become the default option as it seems as fast as the direct, original, eigenvalue solver.