mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 04:22:32 +01:00
Updated atomic data
This commit is contained in:
parent
714d53363e
commit
d50cca6f88
1043
ocaml/Element.ml
1043
ocaml/Element.ml
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,18 @@
|
|||||||
exception ElementError of string
|
exception ElementError of string
|
||||||
|
|
||||||
type t =
|
type t = X
|
||||||
|X
|
|
||||||
|H |He
|
|H |He
|
||||||
|Li|Be |B |C |N |O |F |Ne
|
|Li|Be |B |C |N |O |F |Ne
|
||||||
|Na|Mg |Al|Si|P |S |Cl|Ar
|
|Na|Mg |Al|Si|P |S |Cl|Ar
|
||||||
|K |Ca|Sc|Ti|V |Cr|Mn|Fe|Co|Ni|Cu|Zn|Ga|Ge|As|Se|Br|Kr
|
|K |Ca|Sc|Ti|V |Cr|Mn|Fe|Co|Ni|Cu|Zn|Ga|Ge|As|Se|Br|Kr
|
||||||
|Rb|Sr|Y |Zr|Nb|Mo|Tc|Ru|Rh|Pd|Ag|Cd|In|Sn|Sb|Te|I |Xe
|
|Rb|Sr|Y |Zr|Nb|Mo|Tc|Ru|Rh|Pd|Ag|Cd|In|Sn|Sb|Te|I |Xe
|
||||||
|Pt
|
|Cs|Ba|La|Hf|Ta|W |Re|Os|Ir|Pt|Au|Hg|Tl|Pb|Bi|Po|At|Rn
|
||||||
|
|Fr|Ra|Ac|Rf|Db|Sg|Bh|Hs|Mt|Ds|Rg|Cn|Nh|Fl|Mc|Lv|Ts|Og
|
||||||
|
|
||||||
|
|Ce|Pr|Nd|Pm|Sm|Eu|Gd|Tb|Dy|Ho|Er|Tm|Yb|Lu
|
||||||
|
|Th|Pa|U |Np|Pu|Am|Cm|Bk|Cf|Es|Fm|Md|No|Lr
|
||||||
|
|
||||||
[@@deriving sexp]
|
[@@deriving sexp]
|
||||||
|
|
||||||
(** String conversion functions *)
|
(** String conversion functions *)
|
||||||
@ -19,5 +24,5 @@ val to_long_string : t -> string
|
|||||||
val to_charge : t -> Charge.t
|
val to_charge : t -> Charge.t
|
||||||
val of_charge : Charge.t -> t
|
val of_charge : Charge.t -> t
|
||||||
val covalent_radius : t -> Qptypes.Positive_float.t
|
val covalent_radius : t -> Qptypes.Positive_float.t
|
||||||
val vdw_radius : t -> Qptypes.Positive_float.t
|
val vdw_radius : t -> Qptypes.Positive_float.t option
|
||||||
val mass : t -> Qptypes.Positive_float.t
|
val mass : t -> Qptypes.Positive_float.t
|
||||||
|
Loading…
Reference in New Issue
Block a user