SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

A much faster SSCHA code when minim_dyn = False #59

Closed mesonepigreco closed 2 years ago

mesonepigreco commented 2 years ago

This branch should divide / 2 the simulation time step occurring during the Rho update, due to the absence of the dyagonalization of the starting dynamical matrix. Moreover, if the current dynamical matrix is the same as the original one, no diagonalization is performed at all in the step update.