FermiQC / Fermi.jl

Fermi quantum chemistry program
MIT License
134 stars 24 forks source link

criteria for oda damping value #142

Open thudjx opened 4 months ago

thudjx commented 4 months ago

In the original paper of oda, the criteria for damping value is: $$\lambda_m = \begin{cases} 1, & c\le-s/2 \ -s/2c, & \text{otherwise} \end{cases}$$. However, the code seems discrepent with the formula. Is this a mistake or am I missing something here?

gustavojra commented 4 months ago

Hi @thudjx , thanks for pointing it out. It seems to me that there is indeed a small discrepancy. I will try checking with the folks who wrote that part of the code to make sure it's a mistake.