mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Bug in EMSL interface corrected
This commit is contained in:
parent
42dacb1405
commit
1307a21dae
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user