EasySpin icon indicating copy to clipboard operation
EasySpin copied to clipboard

Boltzmann is not calculated when opt.Method = 'eig' , Exp.Temperature is invalid.

Open cerium1925 opened this issue 1 year ago • 2 comments

For algorithms using general eigenvalue problems, when opt.Method = 'eig', the Boltzmann distribution is not calculated. In fact, there is no relevant calculation code in the original code of resfields_eig. Peak intensity calculation in the Matrix method is complete and includes all factors that may affect peak intensity.

cerium1925 avatar May 07 '24 18:05 cerium1925

Is it possible to leverage the results calculated by opt.Method = 'Matrix' for the Boltzmann distribution, returning Eu and Ev? Naturally, this could be an optional approach.

cerium1925 avatar May 22 '24 14:05 cerium1925