mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-21 20:03:32 +01:00
Huckel is the default in run_hartree_fock
This commit is contained in:
parent
7b9bb6aca6
commit
e163b9aefb
@ -54,7 +54,7 @@ let () =
|
|||||||
|
|
||||||
let guess =
|
let guess =
|
||||||
match Command_line.get "guess" with
|
match Command_line.get "guess" with
|
||||||
| None -> `Hcore
|
| None -> `Huckel
|
||||||
| Some filename ->
|
| Some filename ->
|
||||||
let s_guess = Simulation.of_filenames
|
let s_guess = Simulation.of_filenames
|
||||||
~charge ~multiplicity ~nuclei:nuclei_file filename in
|
~charge ~multiplicity ~nuclei:nuclei_file filename in
|
||||||
|
Loading…
Reference in New Issue
Block a user