10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/ao/lib/basis_poly.mli
2020-10-19 18:33:02 +02:00

7 lines
122 B
OCaml

(** Polymorphic type for the basis (Gaussian, Slater, etc) *)
type t =
| Unknown
| Gaussian of Basis_gaussian.t