9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-12-22 19:43:32 +01:00
qp2/ocaml/Input.ml
2024-12-12 12:32:41 +01:00

12 lines
262 B
OCaml

open Qputils;;
open Qptypes;;
include Input_ao_basis;;
include Input_ao_extra_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;;