mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
7 lines
122 B
OCaml
7 lines
122 B
OCaml
(** Polymorphic type for the basis (Gaussian, Slater, etc) *)
|
|
|
|
type t =
|
|
| Unknown
|
|
| Gaussian of Basis_gaussian.t
|
|
|