mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 14:43:41 +01:00
Some cleaning
This commit is contained in:
parent
bdb547c346
commit
4b9e2016aa
12
run_fci.ml
12
run_fci.ml
@ -23,17 +23,9 @@ let () =
|
||||
end;
|
||||
|
||||
(* Handle options *)
|
||||
let basis_file =
|
||||
match Command_line.get "basis" with
|
||||
| Some x -> x
|
||||
| None -> assert false
|
||||
in
|
||||
let basis_file = Util.of_some Command_line.get "basis" in
|
||||
|
||||
let nuclei_file =
|
||||
match Command_line.get "xyz" with
|
||||
| Some x -> x
|
||||
| None -> assert false
|
||||
in
|
||||
let nuclei_file = Util.of_some Command_line.get "xyz" in
|
||||
|
||||
let charge =
|
||||
match Command_line.get "charge" with
|
||||
|
@ -23,17 +23,9 @@ let () =
|
||||
end;
|
||||
|
||||
(* Handle options *)
|
||||
let basis_file =
|
||||
match Command_line.get "basis" with
|
||||
| Some x -> x
|
||||
| None -> assert false
|
||||
in
|
||||
let basis_file = Util.of_some Command_line.get "basis" in
|
||||
|
||||
let nuclei_file =
|
||||
match Command_line.get "xyz" with
|
||||
| Some x -> x
|
||||
| None -> assert false
|
||||
in
|
||||
let nuclei_file = Util.of_some Command_line.get "xyz" in
|
||||
|
||||
let charge =
|
||||
match Command_line.get "charge" with
|
||||
|
Loading…
Reference in New Issue
Block a user