9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 10:15:18 +02:00
qp2/ocaml/Primitive.mli

12 lines
216 B
OCaml

type t =
{ sym : Angmom.t;
expo : Qptypes.AO_expo.t;
} [@@deriving sexp]
(** Conversion to string for printing *)
val to_string : t -> string
(** Creation *)
val of_sym_expo : Angmom.t -> Qptypes.AO_expo.t -> t