10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 03:07:34 +02:00
quantum_package/ocaml/test_input.ml

9 lines
156 B
OCaml
Raw Normal View History

2014-10-17 15:07:07 +02:00
let test_module () =
Ezfio.set_file "F2.ezfio" ;
let b = Input.Ao_basis.read ()
in
print_endline (Input.Ao_basis.to_string b);
;;
test_module ();;