mirror of
https://github.com/LCPQ/quantum_package
synced 2024-10-31 19:23:50 +01:00
2090015c61
Merge with master
12 lines
239 B
OCaml
12 lines
239 B
OCaml
open Qputils;;
|
|
open Qptypes;;
|
|
open Core.Std;;
|
|
|
|
include Input_ao_basis;;
|
|
include Input_bitmasks;;
|
|
include Input_determinants_by_hand;;
|
|
include Input_electrons;;
|
|
include Input_mo_basis;;
|
|
include Input_nuclei;;
|
|
include Input_auto_generated;;
|