10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-13 16:55:26 +02:00
quantum_package/ocaml/Input.ml

12 lines
239 B
OCaml
Raw Normal View History

2014-10-17 15:07:07 +02:00
open Qputils;;
open Qptypes;;
open Core.Std;;
2014-10-17 22:25:45 +02:00
include Input_ao_basis;;
2014-10-18 00:10:25 +02:00
include Input_bitmasks;;
2015-04-20 10:12:08 +02:00
include Input_determinants_by_hand;;
2014-10-21 23:23:37 +02:00
include Input_electrons;;
2014-10-24 00:25:15 +02:00
include Input_mo_basis;;
2014-10-24 00:42:07 +02:00
include Input_nuclei;;
2015-04-03 13:34:27 +02:00
include Input_auto_generated;;