9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 18:25:17 +02:00
qp2/ocaml/Input.ml
2019-03-13 15:49:57 +01:00

11 lines
231 B
OCaml

open Qputils;;
open Qptypes;;
include Input_ao_basis;;
include Input_bitmasks;;
include Input_determinants_by_hand;;
include Input_electrons;;
include Input_mo_basis;;
include Input_nuclei_by_hand;;
include Input_auto_generated;;