9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-04-25 09:44:43 +02:00

Fixing previous commit

This commit is contained in:
Anthony Scemama 2025-02-12 13:26:36 +01:00
parent 74d56370e8
commit 4a8551be15

View File

@ -2,6 +2,7 @@ open Qptypes
open Sexplib.Std
type t = S|P|D|F|G|H|I|J|K|L [@@deriving sexp]
type st = t [@@deriving sexp]
let to_string = function
| S -> "S"
@ -70,9 +71,6 @@ let of_l i =
| x -> raise (Failure ("Angmom should be S|P|D|F|G|H|I|J|K|L"))
type st = t
module Xyz = struct
type t = { x: Positive_int.t ;
y: Positive_int.t ;