Huckel is the default in run_hartree_fock

This commit is contained in:
Anthony Scemama 2020-05-20 23:51:05 +02:00
parent 7b9bb6aca6
commit e163b9aefb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ let () =
let guess =
match Command_line.get "guess" with
| None -> `Hcore
| None -> `Huckel
| Some filename ->
let s_guess = Simulation.of_filenames
~charge ~multiplicity ~nuclei:nuclei_file filename in