10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 18:57:31 +02:00

Bug in EMSL interface corrected

This commit is contained in:
Anthony Scemama 2015-01-23 16:53:06 +01:00
parent 42dacb1405
commit 1307a21dae

View File

@ -70,7 +70,7 @@ let run ?o b c m xyz_file =
in
let accu =
Qpackage.root ^ "/scripts/get_basis.sh \"" ^ temp_filename
^ "\" " ^ basis
^ "\" \"" ^ basis ^"\""
in
List.map nuclei ~f:(fun x -> x.Atom.element)
|> apply accu
@ -102,7 +102,7 @@ let run ?o b c m xyz_file =
in
let command =
Qpackage.root ^ "/scripts/get_basis.sh \"" ^ temp_filename ^
"\" " ^ basis ^ " " ^ key
"\" \"" ^ basis ^ "\" " ^ key
in
begin
let filename =