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

Update create_ezfio_fom_xyz to add basis set name

This commit is contained in:
Anthony Scemama 2014-10-09 10:47:08 +02:00
parent 72c8a93249
commit 6eaadc9b0c

View File

@ -88,6 +88,7 @@ let run ?o b c m xyz_file =
let long_basis = Long_basis.of_basis basis in
let ao_num = List.length long_basis in
Ezfio.set_ao_basis_ao_num ao_num;
Ezfio.set_ao_basis_ao_basis b;
let ao_prim_num = List.map long_basis ~f:(fun (_,g,_) -> List.length g.Gto.lc)
and ao_nucl = List.map long_basis ~f:(fun (_,_,n) -> Atom_number.to_int n)
and ao_power=