mirror of
https://github.com/LCPQ/quantum_package
synced 2024-10-31 19:23:50 +01:00
10 lines
264 B
OCaml
10 lines
264 B
OCaml
exception AtomError of string
|
|
|
|
type t = { element : Element.t; charge : Charge.t; coord : Point3d.t; }
|
|
|
|
val t_of_sexp : Sexplib.Sexp.t -> t
|
|
val sexp_of_t : t -> Sexplib.Sexp.t
|
|
|
|
val of_string : Units.units -> string -> t
|
|
val to_string : Units.units -> t -> string
|