mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-01-03 01:55:40 +01:00
Better guess
This commit is contained in:
parent
c9c039c2fe
commit
aec8128889
@ -39,7 +39,7 @@ let huckel_guess ao_basis =
|
||||
| nocc ->
|
||||
Mat.init_cols ao_num ao_num (fun i j ->
|
||||
if (i<>j) then
|
||||
if (diag.{i} +. diag.{j}) < 5. then
|
||||
if (diag.{i} +. diag.{j}) < 0. then
|
||||
c *. overlap.{i,j} *. (diag.{i} +. diag.{j}) +. m_F.{i,j} (*TODO Pseudo *)
|
||||
else
|
||||
m_F.{i,j} (*TODO Pseudo *)
|
||||
|
Loading…
Reference in New Issue
Block a user