mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-18 20:12:26 +01:00
9 lines
117 B
OCaml
9 lines
117 B
OCaml
|
type basis =
|
||
|
| Unknown
|
||
|
| Gaussian of Ao_basis_gaussian.t
|
||
|
|
||
|
type t =
|
||
|
{ basis : basis ;
|
||
|
cartesian : bool
|
||
|
}
|