quantum_package/ocaml/Input.ml

12 lines
243 B
OCaml
Raw Permalink Normal View History

2014-10-17 15:07:07 +02:00
open Qputils;;
open Qptypes;;
2017-08-18 18:28:33 +02:00
open Core;;
2014-10-17 15:07:07 +02:00
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;;
include Input_nuclei_by_hand;;
2015-04-03 13:34:27 +02:00
include Input_auto_generated;;