10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-21 12:42:05 +02:00
QCaml/common/lib/constants.mli

30 lines
751 B
OCaml

(* Thresholds *)
(* [[file:~/QCaml/common/constants.org::*Thresholds][Thresholds:1]] *)
val epsilon : float
val integrals_cutoff : float
(* Thresholds:1 ends here *)
(* Mathematical constants *)
(* [[file:~/QCaml/common/constants.org::*Mathematical%20constants][Mathematical constants:1]] *)
val pi : float
val two_pi : float
val sq_pi : float
val sq_pi_over_two : float
val pi_inv : float
val two_over_sq_pi : float
(* Mathematical constants:1 ends here *)
(* Physical constants *)
(* [[file:~/QCaml/common/constants.org::*Physical%20constants][Physical constants:1]] *)
val a0 : float
val a0_inv : float
val ha_to_ev : float
val ev_to_ha : float
(* Physical constants:1 ends here *)